메소드 | 설명 | |
---|---|---|
ResponseHeadersReceivedEventArgs ( |
Initializes a new instance of the ResponseHeadersReceivedEventArgs class.
|
|
SaveResponseIn ( Stream stream ) : void |
Sets the response stream.
|
public ResponseHeadersReceivedEventArgs ( |
||
response | /// The response. /// | |
exception | ||
asyncState | object | The async state |
리턴 | System |
public SaveResponseIn ( Stream stream ) : void | ||
stream | Stream | The stream to save reponse into. |
리턴 | void |