CNClrLib.Component.WebClient Namespace
Represents namespace CNClrLib.Component.WebClient
.
Name | Description | |
---|---|---|
TCnWebClient | Provides common methods for sending data to and receiving data from a resource identified by a URI. | |
TNameValueDictionary | Represents a generic collection of key-value pairs. |
Name | Description | |
---|---|---|
TAsyncCompletedEventHandler | Represents the method that will handle the MethodName Completed event of an asynchronous operation. | |
TDownloadDataCompletedEventHandler | Represents the method that will handle the OnDownloadDataCompleted event of a TCnWebClient class. | |
TDownloadProgressChangedEventHandler | Represents the method that will handle the OnDownloadProgressChanged event of a TCnWebClient class. | |
TDownloadStringCompletedEventHandler | Represents the method that will handle the OnDownloadStringCompleted event of a TCnWebClient class. | |
TOpenReadCompletedEventHandler | Represents the method that will handle the OnOpenReadCompleted event of a TCnWebClient class. | |
TOpenWriteCompletedEventHandler | Represents the method that will handle the OnOpenWriteCompleted event of a TCnWebClient class. | |
TUploadDataCompletedEventHandler | Represents the method that will handle the OnUploadDataCompleted event of a TCnWebClient class. | |
TUploadFileCompletedEventHandler | Represents the method that will handle the OnUploadFileCompleted event of a TCnWebClient class. | |
TUploadProgressChangedEventHandler | Represents the method that will handle the OnUploadProgressChanged event of a TCnWebClient class. | |
TUploadStringCompletedEventHandler | Represents the method that will handle the OnUploadStringCompleted event of a TCnWebClient class. | |
TUploadValuesCompletedEventHandler | Represents the method that will handle the OnUploadValuesCompleted event of a TCnWebClient class. | |
TWriteStreamClosedEventHandler | Represents the method that will handle the OnWriteStreamClosed event of a TCnWebClient class. |
Name | Description | |
---|---|---|
_ByteArray | Represents an array of Bytes. | |
_DownloadDataCompletedEventArgs | Provides data for the OnDownloadDataCompleted event. | |
_DownloadProgressChangedEventArgs | Provides data for the OnDownloadProgressChanged event of a TCnWebClient class. | |
_DownloadStringCompletedEventArgs | Provides data for the OnDownloadStringCompleted event. | |
_Encoding | Represents a character encoding. | |
_GenericTask | Represent Task<TResult> in .Net | |
_ICredentials | Provides the base authentication interface for retrieving credentials for Web client authentication. | |
_NameValueCollection | Represents a collection of associated String keys and String values that can be accessed either with the key or with the index. | |
_OpenReadCompletedEventArgs | Provides data for the OnOpenReadCompleted event. | |
_OpenWriteCompletedEventArgs | Provides data for the OnOpenWriteCompleted event. | |
_RequestCachePolicy | Defines an application's caching requirements for resources obtained by using WebRequest objects. | |
_Stream | Provides a generic view of a sequence of bytes. | |
_Task | Represents an asynchronous operation. | |
_UploadDataCompletedEventArgs | Provides data for the OnUploadDataCompleted event. | |
_UploadFileCompletedEventArgs | Provides data for the OnUploadFileCompleted event. | |
_UploadProgressChangedEventArgs | Provides data for the OnUploadProgressChanged event. | |
_UploadStringCompletedEventArgs | Provides data for the OnUploadStringCompleted event. | |
_UploadValuesCompletedEventArgs | Provides data for the OnUploadValuesCompleted event. | |
_Uri | Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI. | |
_WebClient | ||
_WebHeaderCollection | Contains protocol headers associated with a request or response. | |
_WriteStreamClosedEventArgs | Provides data for the OnWriteStreamClosed event. |
Name | Description | |
---|---|---|
GetNameValueCollection(TNameValueDictionary) | Represents method | |
TCnWebClient_DownloadDataCompletedHandler(_ClrObject,_ClrEventArgs) | Represents method | |
TCnWebClient_DownloadFileCompletedHandler(_ClrObject,_ClrEventArgs) | Represents method | |
TCnWebClient_DownloadProgressChangedHandler(_ClrObject,_ClrEventArgs) | Represents method | |
TCnWebClient_DownloadStringCompletedHandler(_ClrObject,_ClrEventArgs) | Represents method | |
TCnWebClient_OpenReadCompletedHandler(_ClrObject,_ClrEventArgs) | Represents method | |
TCnWebClient_OpenWriteCompletedHandler(_ClrObject,_ClrEventArgs) | Represents method | |
TCnWebClient_UploadDataCompletedHandler(_ClrObject,_ClrEventArgs) | Represents method | |
TCnWebClient_UploadFileCompletedHandler(_ClrObject,_ClrEventArgs) | Represents method | |
TCnWebClient_UploadProgressChangedHandler(_ClrObject,_ClrEventArgs) | Represents method | |
TCnWebClient_UploadStringCompletedHandler(_ClrObject,_ClrEventArgs) | Represents method | |
TCnWebClient_UploadValuesCompletedHandler(_ClrObject,_ClrEventArgs) | Represents method | |
TCnWebClient_WriteStreamClosedHandler(_ClrObject,_ClrEventArgs) | Represents method |