| WebSocketMockRequest Properties | 
The WebSocketMockRequest type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AuthenticationLevel | (Inherited from WebRequest.) | 
|  | CachePolicy | (Inherited from WebRequest.) | 
|  | ConnectionGroupName | (Inherited from WebRequest.) | 
|  | ContentLength | (Inherited from WebRequest.) | 
|  | ContentType | 
            When overridden in a descendant class, gets or sets the content type of the request data being sent.
            (Overrides WebRequestContentType.) | 
|  | Credentials | (Inherited from WebRequest.) | 
|  | Headers | 
            When overridden in a descendant class, gets or sets the collection of header name/value pairs associated with the request.
            (Overrides WebRequestHeaders.) | 
|  | ImpersonationLevel | (Inherited from WebRequest.) | 
|  | Method | 
            When overridden in a descendant class, gets or sets the protocol method to use in this request.
            (Overrides WebRequestMethod.) | 
|  | PreAuthenticate | (Inherited from WebRequest.) | 
|  | Proxy | (Inherited from WebRequest.) | 
|  | RequestUri | 
            When overridden in a descendant class, gets the URI of the Internet resource associated with the request.
            (Overrides WebRequestRequestUri.) | 
|  | Timeout | (Inherited from WebRequest.) | 
|  | UseDefaultCredentials | (Inherited from WebRequest.) | 
 See Also
See Also