In The Hand - .NET Components for Mobility
ObexWebResponse Class
NamespacesInTheHand.NetObexWebResponse
Provides an OBEX implementation of the WebResponse class.
Declaration Syntax
C#Visual Basic
public class ObexWebResponse : WebResponse
Public Class ObexWebResponse _
	Inherits WebResponse
Members
All MembersMethodsProperties



IconMemberDescription
Close()()()
Frees the resources held by the response.
(Overrides WebResponse.Close()()().)
ContentLength
(Overrides WebResponse.ContentLength.)
ContentType
(Overrides WebResponse.ContentType.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetResponseStream()()()
Gets the stream used to read the body of the response from the server.
(Overrides WebResponse.GetResponseStream()()().)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Headers
Gets the headers associated with this response from the server.
(Overrides WebResponse.Headers.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ResponseUri
When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request.
(Inherited from WebResponse.)
StatusCode
Returns a status code to indicate the outcome of the request.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteFile(String)
Writes the contents of the response to the specified file path.

Inheritance Hierarchy

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 2.2.0.0