C# Class System.Net.WebResponse

Inheritance: MarshalByRefObject, ISerializable, IDisposable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetObjectData() protected méthode

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

GetObjectData() protected méthode

protected GetObjectData ( System serializationInfo, System streamingContext ) : void
serializationInfo System
streamingContext System
Résultat void

GetResponseStream() public méthode

public GetResponseStream ( ) : Stream
Résultat System.IO.Stream

GetResponseStream() public méthode

public GetResponseStream ( ) : System.IO.Stream
Résultat System.IO.Stream

ISerializable() protected méthode

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

System() protected méthode

protected System ( System serializationInfo, System streamingContext ) : void
serializationInfo System
streamingContext System
Résultat void

WebResponse() protected méthode

protected WebResponse ( )

WebResponse() protected méthode

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

WebResponse() protected méthode

protected WebResponse ( ) : System.IO
Résultat System.IO

WebResponse() protected méthode

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