Click or drag to resize

BinaryWebResponse Methods

The BinaryWebResponse type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the binary response stream.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from WebResponse.)
Protected methodDisposeManagedRessources
Handles disposal of managed resources.
(Overrides WebResponseDisposeManagedRessources.)
Protected methodDisposeUnmanagedRessources
Handles disposal of unmanaged resources.
(Inherited from WebResponse.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from WebResponse.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetResponseStream
Gets the stream that is used to read the binary response.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also