ProgressMessageHandler Class

 

Generates progress notification for both request entities being uploaded and response entities being downloaded.

Namespace:   System.Net.Http.Handlers
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

System::Object
  System.Net.Http::HttpMessageHandler
    System.Net.Http::DelegatingHandler
      System.Net.Http.Handlers::ProgressMessageHandler

public ref class ProgressMessageHandler : DelegatingHandler

NameDescription
System_CAPS_pubmethodProgressMessageHandler()

Initializes a new instance of the ProgressMessageHandler class.

System_CAPS_pubmethodProgressMessageHandler(HttpMessageHandler^)

Initializes a new instance of the ProgressMessageHandler class.

NameDescription
System_CAPS_pubpropertyInnerHandler

(Inherited from DelegatingHandler.)

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from HttpMessageHandler.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from DelegatingHandler.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnHttpRequestProgress(HttpRequestMessage^, HttpProgressEventArgs^)

Raises the event that handles the request of the progress.

System_CAPS_protmethodOnHttpResponseProgress(HttpRequestMessage^, HttpProgressEventArgs^)

Raises the event that handles the response of the progress.

System_CAPS_protmethodSendAsync(HttpRequestMessage^, CancellationToken)

Sends the specified progress message to an HTTP server for delivery.(Overrides DelegatingHandler::SendAsync(HttpRequestMessage^, CancellationToken).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventHttpReceiveProgress

Occurs when event entities are being downloaded.

System_CAPS_pubeventHttpSendProgress

Occurs when event entities are being uploaded.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: