Method | Description | |
---|---|---|
Close ( ) : void | ||
GetResponseHeader ( string headerName ) : string | ||
GetResponseStream ( ) : Stream | ||
GetResponseStream ( ) : System.IO.Stream | ||
HttpWebResponse ( ) | ||
HttpWebResponse ( ) : System.Collections.Generic |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void |
Method | Description | |
---|---|---|
CheckDisposed ( ) : void | ||
GetHeaderValueAsString ( IEnumerable |
||
HttpWebResponse ( HttpResponseMessage _message, Uri requestUri, CookieContainer cookieContainer ) : System.Collections.Generic | ||
HttpWebResponse ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Collections.Generic | ||
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void |
protected GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
return | void |
public GetResponseHeader ( string headerName ) : string | ||
headerName | string | |
return | string |
public GetResponseStream ( ) : System.IO.Stream | ||
return | System.IO.Stream |
public HttpWebResponse ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |