Click or drag to resize

WebSocketMockRequest Class

A mock response object for the WebSocket protocol.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The WebSocketMockRequest type exposes the following members.

Constructors
  NameDescription
Public methodWebSocketMockRequest
Initializes a new instance of the WebSocketMockRequest class
Top
Properties
  NameDescription
Public propertyAuthenticationLevel (Inherited from WebRequest.)
Public propertyCachePolicy (Inherited from WebRequest.)
Public propertyConnectionGroupName (Inherited from WebRequest.)
Public propertyContentLength (Inherited from WebRequest.)
Public propertyContentType
When overridden in a descendant class, gets or sets the content type of the request data being sent.
(Overrides WebRequestContentType.)
Public propertyCredentials (Inherited from WebRequest.)
Public propertyHeaders
When overridden in a descendant class, gets or sets the collection of header name/value pairs associated with the request.
(Overrides WebRequestHeaders.)
Public propertyImpersonationLevel (Inherited from WebRequest.)
Public propertyMethod
When overridden in a descendant class, gets or sets the protocol method to use in this request.
(Overrides WebRequestMethod.)
Public propertyPreAuthenticate (Inherited from WebRequest.)
Public propertyProxy (Inherited from WebRequest.)
Public propertyRequestUri
When overridden in a descendant class, gets the URI of the Internet resource associated with the request.
(Overrides WebRequestRequestUri.)
Public propertyTimeout (Inherited from WebRequest.)
Public propertyUseDefaultCredentials (Inherited from WebRequest.)
Top
Methods
  NameDescription
Public methodAbort
Aborts the Request.
(Overrides WebRequestAbort.)
Public methodBeginGetRequestStream
When overridden in a descendant class, provides an asynchronous method to request a stream.
(Overrides WebRequestBeginGetRequestStream(AsyncCallback, Object).)
Public methodBeginGetResponse
When overridden in a descendant class, begins an asynchronous request for an Internet resource.
(Overrides WebRequestBeginGetResponse(AsyncCallback, Object).)
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEndGetRequestStream
When overridden in a descendant class, returns a Stream for writing data to the Internet resource.
(Overrides WebRequestEndGetRequestStream(IAsyncResult).)
Public methodEndGetResponse
When overridden in a descendant class, returns a WebResponse.
(Overrides WebRequestEndGetResponse(IAsyncResult).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Protected methodGetObjectData (Inherited from WebRequest.)
Public methodGetRequestStream (Inherited from WebRequest.)
Public methodGetRequestStreamAsync (Inherited from WebRequest.)
Public methodGetResponse (Inherited from WebRequest.)
Public methodGetResponseAsync (Inherited from WebRequest.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Top
See Also