Click or drag to resize

WebSocketMockRequest Properties

The WebSocketMockRequest type exposes the following members.

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
See Also