KratosWebClient Class |
Namespace: Kratos_3.Network
The KratosWebClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | KratosWebClient(IConfigManager) | Initializes a new instance of the KratosWebClient class |
![]() | KratosWebClient(IConfigManager, IEventLogger) | Initializes a new instance of the KratosWebClient class |
Name | Description | |
---|---|---|
![]() | AllowReadStreamBuffering | Obsolete. (Inherited from WebClient.) |
![]() | AllowWriteStreamBuffering | Obsolete. (Inherited from WebClient.) |
![]() | BaseAddress | Gets or sets the base URI for requests made by a WebClient. (Inherited from WebClient.) |
![]() | CachePolicy | Gets or sets the application's cache policy for any resources obtained by this WebClient instance using WebRequest objects. (Inherited from WebClient.) |
![]() | Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() | CookieContainer | |
![]() | Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from WebClient.) |
![]() | Encoding | Gets and sets the Encoding used to upload and download strings. (Inherited from WebClient.) |
![]() | Headers | Gets or sets a collection of header name/value pairs associated with the request. (Inherited from WebClient.) |
![]() | IsBusy | Gets whether a Web request is in progress. (Inherited from WebClient.) |
![]() | Proxy | Gets or sets the proxy used by this WebClient object. (Inherited from WebClient.) |
![]() | QueryString | Gets or sets a collection of query name/value pairs associated with the request. (Inherited from WebClient.) |
![]() | ResponseHeaders | Gets a collection of header name/value pairs associated with the response. (Inherited from WebClient.) |
![]() | Site | (Inherited from Component.) |
![]() | UseDefaultCredentials | Gets or sets a Boolean value that controls whether the DefaultCredentials are sent with requests. (Inherited from WebClient.) |
Name | Description | |
---|---|---|
![]() | CancelAsync | Cancels a pending asynchronous operation. (Inherited from WebClient.) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Dispose | Releases all resources used by the Component. (Inherited from Component.) |
![]() | DownloadData(String) | Downloads the resource with the specified URI as a Byte array. (Inherited from WebClient.) |
![]() | DownloadData(Uri) | Downloads the resource with the specified URI as a Byte array. (Inherited from WebClient.) |
![]() | DownloadDataAsync(Uri) | Downloads the specified resource as a Byte array. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | DownloadDataAsync(Uri, Object) | Downloads the specified resource as a Byte array. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | DownloadDataTaskAsync(String) | (Inherited from WebClient.) |
![]() | DownloadDataTaskAsync(Uri) | (Inherited from WebClient.) |
![]() | DownloadFile(String, String) | Downloads the resource with the specified URI to a local file. (Inherited from WebClient.) |
![]() | DownloadFile(Uri, String) | Downloads the resource with the specified URI to a local file. (Inherited from WebClient.) |
![]() | DownloadFileAsync(Uri, String) | Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | DownloadFileAsync(Uri, String, Object) | Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | DownloadFileTaskAsync(String, String) | (Inherited from WebClient.) |
![]() | DownloadFileTaskAsync(Uri, String) | (Inherited from WebClient.) |
![]() | DownloadString(String) | Downloads the requested resource as a String. The resource to download is specified as a String containing the URI. (Inherited from WebClient.) |
![]() | DownloadString(Uri) | (Inherited from WebClient.) |
![]() | DownloadStringAsync(Uri) | Downloads the resource specified as a Uri. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | DownloadStringAsync(Uri, Object) | Downloads the specified string to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | DownloadStringTaskAsync(String) | (Inherited from WebClient.) |
![]() | DownloadStringTaskAsync(Uri) | (Inherited from WebClient.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | isReserved | |
![]() | OpenRead(String) | Opens a readable stream for the data downloaded from a resource with the URI specified as a String. (Inherited from WebClient.) |
![]() | OpenRead(Uri) | Opens a readable stream for the data downloaded from a resource with the URI specified as a Uri (Inherited from WebClient.) |
![]() | OpenReadAsync(Uri) | Opens a readable stream containing the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | OpenReadAsync(Uri, Object) | Opens a readable stream containing the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | OpenReadTaskAsync(String) | (Inherited from WebClient.) |
![]() | OpenReadTaskAsync(Uri) | (Inherited from WebClient.) |
![]() | OpenWrite(String) | Opens a stream for writing data to the specified resource. (Inherited from WebClient.) |
![]() | OpenWrite(Uri) | Opens a stream for writing data to the specified resource. (Inherited from WebClient.) |
![]() | OpenWrite(String, String) | Opens a stream for writing data to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | OpenWrite(Uri, String) | Opens a stream for writing data to the specified resource, by using the specified method. (Inherited from WebClient.) |
![]() | OpenWriteAsync(Uri) | Opens a stream for writing data to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | OpenWriteAsync(Uri, String) | Opens a stream for writing data to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | OpenWriteAsync(Uri, String, Object) | Opens a stream for writing data to the specified resource, using the specified method. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | OpenWriteTaskAsync(String) | (Inherited from WebClient.) |
![]() | OpenWriteTaskAsync(Uri) | (Inherited from WebClient.) |
![]() | OpenWriteTaskAsync(String, String) | (Inherited from WebClient.) |
![]() | OpenWriteTaskAsync(Uri, String) | (Inherited from WebClient.) |
![]() | reserve | |
![]() | setCtr | |
![]() | setUserAgent | |
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
![]() | UploadData(String, Byte) | Uploads a data buffer to a resource identified by a URI. (Inherited from WebClient.) |
![]() | UploadData(Uri, Byte) | Uploads a data buffer to a resource identified by a URI. (Inherited from WebClient.) |
![]() | UploadData(String, String, Byte) | Uploads a data buffer to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | UploadData(Uri, String, Byte) | Uploads a data buffer to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | UploadDataAsync(Uri, Byte) | Uploads a data buffer to a resource identified by a URI, using the POST method. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadDataAsync(Uri, String, Byte) | Uploads a data buffer to a resource identified by a URI, using the specified method. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadDataAsync(Uri, String, Byte, Object) | Uploads a data buffer to a resource identified by a URI, using the specified method and identifying token. (Inherited from WebClient.) |
![]() | UploadDataTaskAsync(String, Byte) | (Inherited from WebClient.) |
![]() | UploadDataTaskAsync(Uri, Byte) | (Inherited from WebClient.) |
![]() | UploadDataTaskAsync(String, String, Byte) | (Inherited from WebClient.) |
![]() | UploadDataTaskAsync(Uri, String, Byte) | (Inherited from WebClient.) |
![]() | UploadFile(String, String) | Uploads the specified local file to a resource with the specified URI. (Inherited from WebClient.) |
![]() | UploadFile(Uri, String) | Uploads the specified local file to a resource with the specified URI. (Inherited from WebClient.) |
![]() | UploadFile(String, String, String) | Uploads the specified local file to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | UploadFile(Uri, String, String) | Uploads the specified local file to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | UploadFileAsync(Uri, String) | Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadFileAsync(Uri, String, String) | Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadFileAsync(Uri, String, String, Object) | Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadFileTaskAsync(String, String) | (Inherited from WebClient.) |
![]() | UploadFileTaskAsync(Uri, String) | (Inherited from WebClient.) |
![]() | UploadFileTaskAsync(String, String, String) | (Inherited from WebClient.) |
![]() | UploadFileTaskAsync(Uri, String, String) | (Inherited from WebClient.) |
![]() | UploadString(String, String) | Uploads the specified string to the specified resource, using the POST method. (Inherited from WebClient.) |
![]() | UploadString(Uri, String) | Uploads the specified string to the specified resource, using the POST method. (Inherited from WebClient.) |
![]() | UploadString(String, String, String) | Uploads the specified string to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | UploadString(Uri, String, String) | Uploads the specified string to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | UploadStringAsync(Uri, String) | Uploads the specified string to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadStringAsync(Uri, String, String) | Uploads the specified string to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadStringAsync(Uri, String, String, Object) | Uploads the specified string to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadStringTaskAsync(String, String) | (Inherited from WebClient.) |
![]() | UploadStringTaskAsync(Uri, String) | (Inherited from WebClient.) |
![]() | UploadStringTaskAsync(String, String, String) | (Inherited from WebClient.) |
![]() | UploadStringTaskAsync(Uri, String, String) | (Inherited from WebClient.) |
![]() | UploadValues(String, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI. (Inherited from WebClient.) |
![]() | UploadValues(Uri, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI. (Inherited from WebClient.) |
![]() | UploadValues(String, String, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method. (Inherited from WebClient.) |
![]() | UploadValues(Uri, String, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method. (Inherited from WebClient.) |
![]() | UploadValuesAsync(Uri, NameValueCollection) | Uploads the data in the specified name/value collection to the resource identified by the specified URI. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadValuesAsync(Uri, String, NameValueCollection) | Uploads the data in the specified name/value collection to the resource identified by the specified URI, using the specified method. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadValuesAsync(Uri, String, NameValueCollection, Object) | Uploads the data in the specified name/value collection to the resource identified by the specified URI, using the specified method. This method does not block the calling thread, and allows the caller to pass an object to the method that is invoked when the operation completes. (Inherited from WebClient.) |
![]() | UploadValuesTaskAsync(String, NameValueCollection) | (Inherited from WebClient.) |
![]() | UploadValuesTaskAsync(Uri, NameValueCollection) | (Inherited from WebClient.) |
![]() | UploadValuesTaskAsync(String, String, NameValueCollection) | (Inherited from WebClient.) |
![]() | UploadValuesTaskAsync(Uri, String, NameValueCollection) | (Inherited from WebClient.) |
Name | Description | |
---|---|---|
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
![]() | DownloadDataCompleted | Occurs when an asynchronous data download operation completes. (Inherited from WebClient.) |
![]() | DownloadFileCompleted | Occurs when an asynchronous file download operation completes. (Inherited from WebClient.) |
![]() | DownloadProgressChanged | Occurs when an asynchronous download operation successfully transfers some or all of the data. (Inherited from WebClient.) |
![]() | DownloadStringCompleted | Occurs when an asynchronous resource-download operation completes. (Inherited from WebClient.) |
![]() | OpenReadCompleted | Occurs when an asynchronous operation to open a stream containing a resource completes. (Inherited from WebClient.) |
![]() | OpenWriteCompleted | Occurs when an asynchronous operation to open a stream to write data to a resource completes. (Inherited from WebClient.) |
![]() | UploadDataCompleted | Occurs when an asynchronous data-upload operation completes. (Inherited from WebClient.) |
![]() | UploadFileCompleted | Occurs when an asynchronous file-upload operation completes. (Inherited from WebClient.) |
![]() | UploadProgressChanged | Occurs when an asynchronous upload operation successfully transfers some or all of the data. (Inherited from WebClient.) |
![]() | UploadStringCompleted | Occurs when an asynchronous string-upload operation completes. (Inherited from WebClient.) |
![]() | UploadValuesCompleted | Occurs when an asynchronous upload of a name/value collection completes. (Inherited from WebClient.) |
![]() | WriteStreamClosed | Obsolete. (Inherited from WebClient.) |