C# 클래스 System.Net.FileWebResponse

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

공개 메소드들

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

보호된 메소드들

메소드 설명
GetObjectData ( System serializationInfo, System streamingContext ) : void

비공개 메소드들

메소드 설명
FileWebResponse ( )
FileWebResponse ( System serializationInfo, System streamingContext )
System ( System serializationInfo, System streamingContext ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetObjectData() 보호된 메소드

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

GetResponseStream() 공개 메소드

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