WebClient WebClientTimeouted MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The WebClient WebClientTimeouted type exposes the following members.
Constructors

  NameDescription
Public methodWebClient WebClientTimeouted
Back to Top
Methods

  NameDescription
Public methodOnlineCancelAsync
Cancels a pending asynchronous operation.
(Inherited from OnlineWebClient.)
Public methodOnlineCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineDispose 
Releases all resources used by the OnlineComponent.
(Inherited from OnlineComponent.)
Protected methodOnlineDispose(Boolean)
Releases the unmanaged resources used by the OnlineComponent and optionally releases the managed resources.
(Inherited from OnlineComponent.)
Public methodOnlineDownloadData(String)
Downloads the resource as a OnlineByte array from the URI specified.
(Inherited from OnlineWebClient.)
Public methodOnlineDownloadData(Uri)
Downloads the resource as a OnlineByte array from the URI specified.
(Inherited from OnlineWebClient.)
Public methodOnlineDownloadDataAsync(Uri)
Downloads the resource as a OnlineByte array from the URI specified as an asynchronous operation.
(Inherited from OnlineWebClient.)
Public methodOnlineDownloadDataAsync(Uri, Object)
Downloads the resource as a OnlineByte array from the URI specified as an asynchronous operation.
(Inherited from OnlineWebClient.)
Public methodDownloadDataTaskAsync(String)
Downloads the resource as a OnlineByte array from the URI specified as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodDownloadDataTaskAsync(Uri)
Downloads the resource as a OnlineByte array from the URI specified as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOnlineDownloadFile(String, String)
Downloads the resource with the specified URI to a local file.
(Inherited from OnlineWebClient.)
Public methodOnlineDownloadFile(Uri, String)
Downloads the resource with the specified URI to a local file.
(Inherited from OnlineWebClient.)
Public methodOnlineDownloadFileAsync(Uri, String)
Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread.
(Inherited from OnlineWebClient.)
Public methodOnlineDownloadFileAsync(Uri, String, Object)
Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread.
(Inherited from OnlineWebClient.)
Public methodDownloadFileTaskAsync(String, String)
Downloads the specified resource to a local file as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodDownloadFileTaskAsync(Uri, String)
Downloads the specified resource to a local file as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOnlineDownloadString(String)
Downloads the requested resource as a OnlineString. The resource to download is specified as a OnlineString containing the URI.
(Inherited from OnlineWebClient.)
Public methodOnlineDownloadString(Uri)
Downloads the requested resource as a OnlineString. The resource to download is specified as a OnlineUri.
(Inherited from OnlineWebClient.)
Public methodOnlineDownloadStringAsync(Uri)
Downloads the resource specified as a OnlineUri. This method does not block the calling thread.
(Inherited from OnlineWebClient.)
Public methodOnlineDownloadStringAsync(Uri, Object)
Downloads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from OnlineWebClient.)
Public methodDownloadStringTaskAsync(String)
Downloads the resource as a OnlineString from the URI specified as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodDownloadStringTaskAsync(Uri)
Downloads the resource as a OnlineString from the URI specified as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOnlineEquals
Determines whether the specified object is equal to the current object.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Releases unmanaged resources and performs other cleanup operations before the OnlineComponent is reclaimed by garbage collection.
(Inherited from OnlineComponent.)
Public methodOnlineGetHashCode
Serves as the default hash function.
(Inherited from OnlineObject.)
Public methodOnlineGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineGetService
Returns an object that represents a service provided by the OnlineComponent or by its OnlineContainer.
(Inherited from OnlineComponent.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodGetWebRequest (Overrides OnlineWebClient GetWebRequest(Uri).)
Protected methodOnlineGetWebResponse(WebRequest)
Returns the OnlineWebResponse for the specified OnlineWebRequest.
(Inherited from OnlineWebClient.)
Protected methodOnlineGetWebResponse(WebRequest, IAsyncResult)
Returns the OnlineWebResponse for the specified OnlineWebRequest using the specified OnlineIAsyncResult.
(Inherited from OnlineWebClient.)
Public methodOnlineInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineMemberwiseClone 
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone(Boolean)
Creates a shallow copy of the current OnlineMarshalByRefObject object.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineOnDownloadDataCompleted
Raises the OnlineDownloadDataCompleted event.
(Inherited from OnlineWebClient.)
Protected methodOnlineOnDownloadFileCompleted
Raises the OnlineDownloadFileCompleted event.
(Inherited from OnlineWebClient.)
Protected methodOnlineOnDownloadProgressChanged
Raises the OnlineDownloadProgressChanged event.
(Inherited from OnlineWebClient.)
Protected methodOnlineOnDownloadStringCompleted
Raises the OnlineDownloadStringCompleted event.
(Inherited from OnlineWebClient.)
Protected methodOnlineOnOpenReadCompleted
Raises the OnlineOpenReadCompleted event.
(Inherited from OnlineWebClient.)
Protected methodOnlineOnOpenWriteCompleted
Raises the OnlineOpenWriteCompleted event.
(Inherited from OnlineWebClient.)
Protected methodOnlineOnUploadDataCompleted
Raises the OnlineUploadDataCompleted event.
(Inherited from OnlineWebClient.)
Protected methodOnlineOnUploadFileCompleted
Raises the OnlineUploadFileCompleted event.
(Inherited from OnlineWebClient.)
Protected methodOnlineOnUploadProgressChanged
Raises the OnlineUploadProgressChanged event.
(Inherited from OnlineWebClient.)
Protected methodOnlineOnUploadStringCompleted
Raises the OnlineUploadStringCompleted event.
(Inherited from OnlineWebClient.)
Protected methodOnlineOnUploadValuesCompleted
Raises the OnlineUploadValuesCompleted event.
(Inherited from OnlineWebClient.)
Protected methodOnWriteStreamClosedObsolete.
Raises the WriteStreamClosed event.
(Inherited from OnlineWebClient.)
Public methodOnlineOpenRead(String)
Opens a readable stream for the data downloaded from a resource with the URI specified as a OnlineString.
(Inherited from OnlineWebClient.)
Public methodOnlineOpenRead(Uri)
Opens a readable stream for the data downloaded from a resource with the URI specified as a OnlineUri
(Inherited from OnlineWebClient.)
Public methodOnlineOpenReadAsync(Uri)
Opens a readable stream containing the specified resource. This method does not block the calling thread.
(Inherited from OnlineWebClient.)
Public methodOnlineOpenReadAsync(Uri, Object)
Opens a readable stream containing the specified resource. This method does not block the calling thread.
(Inherited from OnlineWebClient.)
Public methodOpenReadTaskAsync(String)
Opens a readable stream containing the specified resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOpenReadTaskAsync(Uri)
Opens a readable stream containing the specified resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOnlineOpenWrite(String)
Opens a stream for writing data to the specified resource.
(Inherited from OnlineWebClient.)
Public methodOnlineOpenWrite(Uri)
Opens a stream for writing data to the specified resource.
(Inherited from OnlineWebClient.)
Public methodOnlineOpenWrite(String, String)
Opens a stream for writing data to the specified resource, using the specified method.
(Inherited from OnlineWebClient.)
Public methodOnlineOpenWrite(Uri, String)
Opens a stream for writing data to the specified resource, by using the specified method.
(Inherited from OnlineWebClient.)
Public methodOnlineOpenWriteAsync(Uri)
Opens a stream for writing data to the specified resource. This method does not block the calling thread.
(Inherited from OnlineWebClient.)
Public methodOnlineOpenWriteAsync(Uri, String)
Opens a stream for writing data to the specified resource. This method does not block the calling thread.
(Inherited from OnlineWebClient.)
Public methodOnlineOpenWriteAsync(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 OnlineWebClient.)
Public methodOpenWriteTaskAsync(String)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOpenWriteTaskAsync(Uri)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOpenWriteTaskAsync(String, String)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOpenWriteTaskAsync(Uri, String)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOnlineToString
Returns a OnlineString containing the name of the OnlineComponent, if any. This method should not be overridden.
(Inherited from OnlineComponent.)
Public methodOnlineUploadData(String,  Byte )
Uploads a data buffer to a resource identified by a URI.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadData(Uri,  Byte )
Uploads a data buffer to a resource identified by a URI.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadData(String, String,  Byte )
Uploads a data buffer to the specified resource, using the specified method.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadData(Uri, String,  Byte )
Uploads a data buffer to the specified resource, using the specified method.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadDataAsync(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 OnlineWebClient.)
Public methodOnlineUploadDataAsync(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 OnlineWebClient.)
Public methodOnlineUploadDataAsync(Uri, String,  Byte , Object)
Uploads a data buffer to a resource identified by a URI, using the specified method and identifying token.
(Inherited from OnlineWebClient.)
Public methodUploadDataTaskAsync(String,  Byte )
Uploads a data buffer that contains a OnlineByte array to the URI specified as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadDataTaskAsync(Uri,  Byte )
Uploads a data buffer that contains a OnlineByte array to the URI specified as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadDataTaskAsync(String, String,  Byte )
Uploads a data buffer that contains a OnlineByte array to the URI specified as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadDataTaskAsync(Uri, String,  Byte )
Uploads a data buffer that contains a OnlineByte array to the URI specified as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadFile(String, String)
Uploads the specified local file to a resource with the specified URI.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadFile(Uri, String)
Uploads the specified local file to a resource with the specified URI.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadFile(String, String, String)
Uploads the specified local file to the specified resource, using the specified method.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadFile(Uri, String, String)
Uploads the specified local file to the specified resource, using the specified method.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadFileAsync(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 OnlineWebClient.)
Public methodOnlineUploadFileAsync(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 OnlineWebClient.)
Public methodOnlineUploadFileAsync(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 OnlineWebClient.)
Public methodUploadFileTaskAsync(String, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadFileTaskAsync(Uri, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadFileTaskAsync(String, String, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadFileTaskAsync(Uri, String, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadString(String, String)
Uploads the specified string to the specified resource, using the POST method.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadString(Uri, String)
Uploads the specified string to the specified resource, using the POST method.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadString(String, String, String)
Uploads the specified string to the specified resource, using the specified method.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadString(Uri, String, String)
Uploads the specified string to the specified resource, using the specified method.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadStringAsync(Uri, String)
Uploads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadStringAsync(Uri, String, String)
Uploads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadStringAsync(Uri, String, String, Object)
Uploads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from OnlineWebClient.)
Public methodUploadStringTaskAsync(String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadStringTaskAsync(Uri, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadStringTaskAsync(String, String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadStringTaskAsync(Uri, String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadValues(String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadValues(Uri, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadValues(String, String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadValues(Uri, String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method.
(Inherited from OnlineWebClient.)
Public methodOnlineUploadValuesAsync(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 OnlineWebClient.)
Public methodOnlineUploadValuesAsync(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 OnlineWebClient.)
Public methodOnlineUploadValuesAsync(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 OnlineWebClient.)
Public methodUploadValuesTaskAsync(String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadValuesTaskAsync(Uri, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadValuesTaskAsync(String, String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Public methodUploadValuesTaskAsync(Uri, String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.
(Inherited from OnlineWebClient.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsBool (Defined by ObjectValueConversion.)
Public Extension MethodAsByte (Defined by ObjectValueConversion.)
Public Extension MethodAsChar (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime(DateTime, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID(GDID, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol(GDIDSymbol, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsInt (Defined by ObjectValueConversion.)
Public Extension MethodAsJSONConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLaconicConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLong (Defined by ObjectValueConversion.)
Public Extension MethodAsNonNullOrEmptyString (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableBool (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableChar (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDateTime (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDIDSymbol (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableLong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableShort (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableTimeSpan (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableULong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsShort (Defined by ObjectValueConversion.)
Public Extension MethodAsString (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan(TimeSpan, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsULong (Defined by ObjectValueConversion.)
Public Extension MethodAsUri (Defined by ObjectValueConversion.)
Public Extension MethodAsUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsXMLConfig (Defined by ObjectValueConversion.)
Public Extension MethodToErlObject Overloaded.
Try to convert .NET native object type to corresponding Erlang term. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToErlObject(ErlTypeOrder, Boolean)Overloaded.
Try to convert .NET native object type to corresponding Erlang term of given type. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToJSON(JSONWritingOptions)Overloaded.
Serializes object into JSON string
(Defined by JSONExtensions.)
Public Extension MethodToJSON(TextWriter, JSONWritingOptions)Overloaded.
Serializes object into JSON format using provided TextWriter
(Defined by JSONExtensions.)
Public Extension MethodToJSON(Stream, JSONWritingOptions, Encoding)Overloaded.
Serializes object into JSON format using provided stream and optional encoding
(Defined by JSONExtensions.)
Back to Top
Properties

  NameDescription
Public propertyAllowReadStreamBufferingObsolete.
Gets or sets a value that indicates whether to buffer the data read from the Internet resource for a OnlineWebClient instance.
(Inherited from OnlineWebClient.)
Public propertyAllowWriteStreamBufferingObsolete.
Gets or sets a value that indicates whether to buffer the data written to the Internet resource for a OnlineWebClient instance.
(Inherited from OnlineWebClient.)
Public propertyOnlineBaseAddress
Gets or sets the base URI for requests made by a OnlineWebClient.
(Inherited from OnlineWebClient.)
Public propertyOnlineCachePolicy
Gets or sets the application's cache policy for any resources obtained by this WebClient instance using OnlineWebRequest objects.
(Inherited from OnlineWebClient.)
Protected propertyOnlineCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from OnlineComponent.)
Public propertyOnlineContainer
Gets the OnlineIContainer that contains the OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyOnlineCredentials
Gets or sets the network credentials that are sent to the host and used to authenticate the request.
(Inherited from OnlineWebClient.)
Protected propertyOnlineDesignMode
Gets a value that indicates whether the OnlineComponent is currently in design mode.
(Inherited from OnlineComponent.)
Public propertyOnlineEncoding
Gets and sets the OnlineEncoding used to upload and download strings.
(Inherited from OnlineWebClient.)
Protected propertyOnlineEvents
Gets the list of event handlers that are attached to this OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyOnlineHeaders
Gets or sets a collection of header name/value pairs associated with the request.
(Inherited from OnlineWebClient.)
Public propertyOnlineIsBusy
Gets whether a Web request is in progress.
(Inherited from OnlineWebClient.)
Public propertyOnlineProxy
Gets or sets the proxy used by this OnlineWebClient object.
(Inherited from OnlineWebClient.)
Public propertyOnlineQueryString
Gets or sets a collection of query name/value pairs associated with the request.
(Inherited from OnlineWebClient.)
Public propertyOnlineResponseHeaders
Gets a collection of header name/value pairs associated with the response.
(Inherited from OnlineWebClient.)
Public propertyOnlineSite
Gets or sets the OnlineISite of the OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyOnlineUseDefaultCredentials
Gets or sets a OnlineBoolean value that controls whether the OnlineDefaultCredentials are sent with requests.
(Inherited from OnlineWebClient.)
Back to Top
Events

  NameDescription
Public eventOnlineDisposed
Occurs when the component is disposed by a call to the OnlineDispose  method.
(Inherited from OnlineComponent.)
Public eventOnlineDownloadDataCompleted
Occurs when an asynchronous data download operation completes.
(Inherited from OnlineWebClient.)
Public eventOnlineDownloadFileCompleted
Occurs when an asynchronous file download operation completes.
(Inherited from OnlineWebClient.)
Public eventOnlineDownloadProgressChanged
Occurs when an asynchronous download operation successfully transfers some or all of the data.
(Inherited from OnlineWebClient.)
Public eventOnlineDownloadStringCompleted
Occurs when an asynchronous resource-download operation completes.
(Inherited from OnlineWebClient.)
Public eventOnlineOpenReadCompleted
Occurs when an asynchronous operation to open a stream containing a resource completes.
(Inherited from OnlineWebClient.)
Public eventOnlineOpenWriteCompleted
Occurs when an asynchronous operation to open a stream to write data to a resource completes.
(Inherited from OnlineWebClient.)
Public eventOnlineUploadDataCompleted
Occurs when an asynchronous data-upload operation completes.
(Inherited from OnlineWebClient.)
Public eventOnlineUploadFileCompleted
Occurs when an asynchronous file-upload operation completes.
(Inherited from OnlineWebClient.)
Public eventOnlineUploadProgressChanged
Occurs when an asynchronous upload operation successfully transfers some or all of the data.
(Inherited from OnlineWebClient.)
Public eventOnlineUploadStringCompleted
Occurs when an asynchronous string-upload operation completes.
(Inherited from OnlineWebClient.)
Public eventOnlineUploadValuesCompleted
Occurs when an asynchronous upload of a name/value collection completes.
(Inherited from OnlineWebClient.)
Public eventWriteStreamClosedObsolete.
Occurs when an asynchronous operation to write data to a resource using a write stream is closed.
(Inherited from OnlineWebClient.)
Back to Top
See Also