WebSocketServerAllowForwardedRequest Property |
Gets or sets a value indicating whether the server accepts every
handshake request without checking the request URI.
Namespace:
Sfs2X.WebSocketSharp.Server
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool AllowForwardedRequest { get; set; }
Property Value
Type:
Booleantrue if the server accepts every handshake request without
checking the request URI; otherwise, false.
The default value is false.
Remarks
The set operation does nothing if the server has already started or
it is shutting down.
See Also