C# 클래스 System.Net.WebResponse

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

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
GetResponseStream ( ) : Stream
GetResponseStream ( ) : System.IO.Stream

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
GetObjectData ( System serializationInfo, System streamingContext ) : void
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
System ( System serializationInfo, System streamingContext ) : void
WebResponse ( )
WebResponse ( System serializationInfo, System streamingContext )
WebResponse ( ) : System.IO
WebResponse ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.IO

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetObjectData() 보호된 메소드

protected GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
리턴 void

GetObjectData() 보호된 메소드

protected GetObjectData ( System serializationInfo, System streamingContext ) : void
serializationInfo System
streamingContext System
리턴 void

GetResponseStream() 공개 메소드

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

GetResponseStream() 공개 메소드

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

ISerializable() 보호된 메소드

protected ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
리턴 void

System() 보호된 메소드

protected System ( System serializationInfo, System streamingContext ) : void
serializationInfo System
streamingContext System
리턴 void

WebResponse() 보호된 메소드

protected WebResponse ( )

WebResponse() 보호된 메소드

protected WebResponse ( System serializationInfo, System streamingContext )
serializationInfo System
streamingContext System

WebResponse() 보호된 메소드

protected WebResponse ( ) : System.IO
리턴 System.IO

WebResponse() 보호된 메소드

protected WebResponse ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.IO
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
리턴 System.IO