Click or drag to resize

WebSocketMockResponse 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 WebSocketMockResponse type exposes the following members.

Constructors
  NameDescription
Public methodWebSocketMockResponse
Initializes a new instance of the WebSocketMockResponse class
Top
Properties
  NameDescription
Public propertyContentLength
When overridden in a descendant class, gets or sets the content length of data being received.
(Overrides WebResponseContentLength.)
Public propertyContentType
When overridden in a derived class, gets or sets the content type of the data being received.
(Overrides WebResponseContentType.)
Public propertyHeaders
When overridden in a derived class, gets a collection of header name-value pairs associated with this request.
(Overrides WebResponseHeaders.)
Public propertyIsFromCache (Inherited from WebResponse.)
Public propertyIsMutuallyAuthenticated (Inherited from WebResponse.)
Public propertyResponseUri
When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request.
(Overrides WebResponseResponseUri.)
Public propertyStatusCode
Gets or set the status code of the response.
Public propertySupportsHeaders (Inherited from WebResponse.)
Top
Methods
See Also