WebHeaderCollection..::..Set Method (HttpResponseHeader, String)
Sets the specified response header to the specified value.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public void Set( HttpResponseHeader header, string value )
Public Sub Set ( _ header As HttpResponseHeader, _ value As String _ )
public: void Set( HttpResponseHeader^ header, String^ value )
Parameters
- header
- Type: WebSocketSharp.Net..::..HttpResponseHeader
One of the HttpResponseHeader enum values, represents the response header to set.
Exceptions
Exception | Condition |
---|---|
ArgumentException | header is a restricted header. -or- value contains invalid characters. |
ArgumentOutOfRangeException | The length of value is greater than 65,535 characters. |
InvalidOperationException | The current WebHeaderCollection instance doesn't allow the response header. |