Class SentWebRequestEventArgs
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; }