C# 클래스 System.Net.HttpWebResponse

상속: WebResponse, ISerializable, IDisposable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
GetResponseHeader ( string headerName ) : string
GetResponseStream ( ) : Stream
GetResponseStream ( ) : System.IO.Stream
HttpWebResponse ( )
HttpWebResponse ( ) : System.Collections.Generic

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void

비공개 메소드들

메소드 설명
CheckDisposed ( ) : void
GetHeaderValueAsString ( IEnumerable values ) : string
HttpWebResponse ( HttpResponseMessage _message, Uri requestUri, CookieContainer cookieContainer ) : System.Collections.Generic
HttpWebResponse ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Collections.Generic
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetObjectData() 보호된 메소드

protected GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo SerializationInfo
streamingContext StreamingContext
리턴 void

GetResponseHeader() 공개 메소드

public GetResponseHeader ( string headerName ) : string
headerName string
리턴 string

GetResponseStream() 공개 메소드

public GetResponseStream ( ) : Stream
리턴 Stream

GetResponseStream() 공개 메소드

public GetResponseStream ( ) : System.IO.Stream
리턴 System.IO.Stream

HttpWebResponse() 공개 메소드

public HttpWebResponse ( )

HttpWebResponse() 공개 메소드

public HttpWebResponse ( ) : System.Collections.Generic
리턴 System.Collections.Generic