메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
GetResponseStream ( ) : Stream |
See WebResponse.GetResponseStream.
|
|
TestWebResponse ( Stream responseStream ) : System |
Initializes a new instance of TestWebResponse with the response stream to return.
|
|
TestWebResponse ( System.Xml.Linq.XDocument xdoc ) : System |
Initialize a new instance of TestWebResponse using the supplied XDocument
|
public TestWebResponse ( Stream responseStream ) : System | ||
responseStream | Stream | |
리턴 | System |
public TestWebResponse ( System.Xml.Linq.XDocument xdoc ) : System | ||
xdoc | System.Xml.Linq.XDocument | |
리턴 | System |