C# Class System.Net.WebResponse.WebResponse

Inheritance: System.MarshalByRefObject, ISerializable, IDisposable
显示文件 Open project: kumpera/mono

Private Properties

Property Type Description
GetMustImplement System.Exception
GetObjectData void

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
GetResponseStream ( ) : Stream

Protected Methods

Method Description
IDisposable ( ) : void
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
WebResponse ( ) : System
WebResponse ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Private Methods

Method Description
GetMustImplement ( ) : Exception
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetResponseStream() public method

public GetResponseStream ( ) : Stream
return Stream

IDisposable() protected method

protected IDisposable ( ) : void
return void

ISerializable() protected method

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

WebResponse() protected method

protected WebResponse ( ) : System
return System

WebResponse() protected method

protected WebResponse ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
return System