Click or drag to resize

HttpListenerRequestUserHostName Property

Gets the server host name requested by the client.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string UserHostName { get; }

Property Value

Type: String

A String that represents the value of the Host header.

It includes the port number if provided.

if the header is not present.

See Also