| WebSocketMockResponse Properties | 
The WebSocketMockResponse type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ContentLength | 
            When overridden in a descendant class, gets or sets the content length of data being received.
            (Overrides WebResponseContentLength.) | 
|  | ContentType | 
            When overridden in a derived class, gets or sets the content type of the data being received.
            (Overrides WebResponseContentType.) | 
|  | Headers | 
            When overridden in a derived class, gets a collection of header name-value pairs associated with this request.
            (Overrides WebResponseHeaders.) | 
|  | IsFromCache | (Inherited from WebResponse.) | 
|  | IsMutuallyAuthenticated | (Inherited from WebResponse.) | 
|  | ResponseUri | 
            When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request.
            (Overrides WebResponseResponseUri.) | 
|  | StatusCode | 
            Gets or set the status code of the response.
             | 
|  | SupportsHeaders | (Inherited from WebResponse.) | 
 See Also
See Also