SentWebRequestEventArgs¶
Namespace: ThinkGeo.Core
public class SentWebRequestEventArgs : System.EventArgs
Inheritance Object → EventArgs → SentWebRequestEventArgs
Properties¶
Response¶
public WebResponse Response { get; set; }
Property Value¶
WebResponse
Constructors¶
SentWebRequestEventArgs()¶
public SentWebRequestEventArgs()
SentWebRequestEventArgs(WebResponse)¶
public SentWebRequestEventArgs(WebResponse response)
Parameters¶
response
WebResponse