SendDataToSites Class

The send data to sites.
public class SendDataToSites
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (inherited from Object).
Public method Static FileUploader(string, NameValueCollection, string, Action<StringInt32>, Action<String>) Starts the uploading. Example:https://gist.github.com/Zalexanninev15/13df3d870ee9951b65081212cde9863a
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as a hash function for a particular type. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Static Post(string, string) Using POST request to send text data. Example: https://gist.github.com/Zalexanninev15/79b2c80f01f144961ad933d9eeb6b980
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
VitNX3.Functions.Web.SendDataToSites

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

.NET Core

Supported in: 5.0+, 6.0+

In this article

Definition