Method | Description | |
---|---|---|
ContentAsString ( ) : string |
Returns the request contents as a string.
|
|
GetRequestStream ( ) : Stream |
See WebRequest.GetRequestStream.
|
|
GetResponse ( ) : |
See WebRequest.GetResponse.
|
|
TestWebRequest ( ) : System | ||
TestWebRequest ( |
||
TestWebRequest ( string response ) : System |
Initializes a new instance of TestWebRequest with the response to return.
|
Method | Description | |
---|---|---|
InitMemoryStream ( string responseText = null ) : |
|
public TestWebRequest ( |
||
serializationInfo | ||
streamingContext | ||
return | System |
public TestWebRequest ( string response ) : System | ||
response | string | |
return | System |