Click or drag to resize

ObexWebResponse Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.NetWebResponse
      InTheHand.NetObexWebResponse

Namespace:  InTheHand.Net
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public class ObexWebResponse : WebResponse

The ObexWebResponse type exposes the following members.

Properties
  NameDescription
Public propertyContentLength (Overrides WebResponseContentLength.)
Public propertyContentType (Overrides WebResponseContentType.)
Public propertyHeaders (Overrides WebResponseHeaders.)
Public propertyIsFromCache
Gets a Boolean value that indicates whether this response was obtained from the cache.
(Inherited from WebResponse.)
Public propertyIsMutuallyAuthenticated
Gets a Boolean value that indicates whether mutual authentication occurred.
(Inherited from WebResponse.)
Public propertyResponseUri
When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request.
(Inherited from WebResponse.)
Public propertyStatusCode
Public propertySupportsHeaders
Gets a value that indicates if headers are supported.
(Inherited from WebResponse.)
Top
Methods
  NameDescription
Public methodClose (Overrides WebResponseClose.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases the unmanaged resources used by the WebResponse object.
(Inherited from WebResponse.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the WebResponse object, and optionally disposes of the managed resources.
(Inherited from WebResponse.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(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 Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData
Populates a SerializationInfo with the data that is needed to serialize the target object.
(Inherited from WebResponse.)
Public methodGetResponseStream (Overrides WebResponseGetResponseStream.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteFile Obsolete.
Top
See Also