C# Class System.Net.WebResponse.WebResponse

Inheritance: System.MarshalByRefObject, ISerializable, IDisposable
Afficher le fichier Open project: kumpera/mono

Private Properties

Свойство Type Description
GetMustImplement System.Exception
GetObjectData void

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
GetResponseStream ( ) : Stream

Méthodes protégées

Méthode Description
IDisposable ( ) : void
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
WebResponse ( ) : System
WebResponse ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Private Methods

Méthode Description
GetMustImplement ( ) : Exception
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetResponseStream() public méthode

public GetResponseStream ( ) : Stream
Résultat Stream

IDisposable() protected méthode

protected IDisposable ( ) : void
Résultat void

ISerializable() protected méthode

protected ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat void

WebResponse() protected méthode

protected WebResponse ( ) : System
Résultat System

WebResponse() protected méthode

protected WebResponse ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat System