Table of Contents

Class SentWebRequestEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class SentWebRequestEventArgs : EventArgs
Inheritance
SentWebRequestEventArgs
Inherited Members

Constructors

SentWebRequestEventArgs()

public SentWebRequestEventArgs()

SentWebRequestEventArgs(WebResponse)

public SentWebRequestEventArgs(WebResponse response)

Parameters

response WebResponse

Properties

Response

public WebResponse Response { get; set; }

Property Value

WebResponse