Skip to content

SentWebRequestEventArgs

Namespace: ThinkGeo.Core

Provides data for the event raised after a web request is sent by a layer or overlay.

public class SentWebRequestEventArgs : System.EventArgs

Inheritance objectEventArgsSentWebRequestEventArgs

Remarks:

This class is retained for backward compatibility. Consider using ReceivedHttpResponseMessageEventArgs for newer HTTP pipelines.

Properties

Response

Gets or sets the WebResponse associated with the request.

public WebResponse Response { get; set; }

Property Value

WebResponse

Constructors

SentWebRequestEventArgs()

Initializes a new instance of the SentWebRequestEventArgs class.

public SentWebRequestEventArgs()

SentWebRequestEventArgs(WebResponse)

Initializes a new instance of the SentWebRequestEventArgs class with the supplied response.

public SentWebRequestEventArgs(WebResponse response)

Parameters

response WebResponse
The returned by the request.