SendingRequestEventArgs::Request Property

 

Gets or sets the HttpWebRequest instance about to be sent by the client library to the data service.

Namespace:   System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)

public:
property WebRequest^ Request {
	WebRequest^ get();
	void set(WebRequest^ value);
}

.NET Framework
Available since 3.5
Return to top
Show: