WebSocket PropertiesC# API
The WebSocket type exposes the following members.
Properties

  NameDescription
Public propertyContentType
Gets or sets the value of the "Content-Type" HTTP header.
Public propertyHasReferer
Gets a value that indicates whether the "Referer" HTTP header has been set for this Request.
Public propertyHeaderKeys
Gets a list of names of all the HTTP request headers set in this Request.
Public propertyID
Gets the unique ID that has been assigned to this WebSocket.
Public propertyReferer
Gets or sets the value of the "Referer" HTTP header.
Public propertyUrl
Gets or sets the Url that this WebSocket is targeting.
Public propertyUserAgent
Gets or sets the value of the "User-Agent" HTTP header.
Public propertyVU
Gets the VirtualUser instance that this WebSocket is associated with.
Back to Top
See Also