Documentation for this section has not yet been entered.
See Also: Inherited members from System.Collections.Specialized.NameValueCollection.
|
Documentation for this section has not yet been entered. |
|
Documentation for this section has not yet been entered. |
[read-only] override |
AllKeys | string[]. Documentation for this section has not yet been entered. |
[read-only] override |
Count | int . Documentation for this section has not yet been entered. |
default property
|
Item (System.Net.HttpRequestHeader) | string . Documentation for this section has not yet been entered. |
default property
|
Item (System.Net.HttpResponseHeader) | string . Documentation for this section has not yet been entered. |
[read-only] override |
Keys | System.Collections.Specialized.NameObjectCollectionBase.KeysCollection . Documentation for this section has not yet been entered. |
|
Add
(string)Documentation for this section has not yet been entered. |
|
|
Add
(System.Net.HttpRequestHeader, string)Documentation for this section has not yet been entered. |
|
|
Add
(System.Net.HttpResponseHeader, string)Documentation for this section has not yet been entered. |
|
override
|
Add
(string, string)Documentation for this section has not yet been entered. |
|
override
|
Clear
()Documentation for this section has not yet been entered. |
|
override
|
Get
(int)Documentation for this section has not yet been entered. |
|
override
|
Get
(string)Documentation for this section has not yet been entered. |
|
override
|
GetEnumerator
()Documentation for this section has not yet been entered. |
|
override
|
GetKey
(int)Documentation for this section has not yet been entered. |
|
override
|
GetObjectData
(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)Documentation for this section has not yet been entered. |
|
override
|
GetValues
(int)Documentation for this section has not yet been entered. |
|
override
|
GetValues
(string)Documentation for this section has not yet been entered. |
|
static
|
IsRestricted
(string)Documentation for this section has not yet been entered. |
|
static
|
IsRestricted
(string, bool)Documentation for this section has not yet been entered. |
|
override
|
OnDeserialization
(object)Documentation for this section has not yet been entered. |
|
|
Remove
(System.Net.HttpRequestHeader)Documentation for this section has not yet been entered. |
|
|
Remove
(System.Net.HttpResponseHeader)Documentation for this section has not yet been entered. |
|
override
|
Remove
(string)Documentation for this section has not yet been entered. |
|
|
Set
(System.Net.HttpRequestHeader, string)Documentation for this section has not yet been entered. |
|
|
Set
(System.Net.HttpResponseHeader, string)Documentation for this section has not yet been entered. |
|
override
|
Set
(string, string)Documentation for this section has not yet been entered. |
|
|
ToByteArray
()Documentation for this section has not yet been entered. |
|
override
|
ToString
()Documentation for this section has not yet been entered. |
|
AddWithoutValidate
(string, string)Documentation for this section has not yet been entered. |
|
System.Runtime.Serialization.ISerializable.GetObjectData | Documentation for this section has not yet been entered. |
static
|
Exists
(this System.Collections.Specialized.NameValueCollection, string)Determines whether the entry with the specified key exists in the specified System.Collections.Specialized.NameValueCollection. |
|
static
|
Exists
(this System.Collections.Specialized.NameValueCollection, string, string)Determines whether the entry with the specified both key and value exists in the specified System.Collections.Specialized.NameValueCollection. |
|
static
|
IsNull<T>
(this T)Determines whether the specified object is null. |
|
static
|
IsNullDo<T>
(this T, Action)Determines whether the specified object is null. And invokes the specified Action delegate if the specified object is null. |
Documentation for this section has not yet been entered.
Syntax
public WebHeaderCollection ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
protected WebHeaderCollection (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Parameters
- serializationInfo
- Documentation for this section has not yet been entered.
- streamingContext
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- header
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- header
- Documentation for this section has not yet been entered.
- value
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- header
- Documentation for this section has not yet been entered.
- value
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- name
- Documentation for this section has not yet been entered.
- value
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- headerName
- Documentation for this section has not yet been entered.
- headerValue
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
public override string[] AllKeys { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
public override void Clear ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
public override int Count { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- index
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- name
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
public override IEnumerator GetEnumerator ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- index
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
public override void GetObjectData (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Parameters
- serializationInfo
- Documentation for this section has not yet been entered.
- streamingContext
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- index
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- header
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- headerName
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- headerName
- Documentation for this section has not yet been entered.
- response
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
This is the default property for this class.
public string this [System.Net.HttpRequestHeader hrh] { get; set; }Parameters
- hrh
- Documentation for this section has not yet been entered.
Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
This is the default property for this class.
public string this [System.Net.HttpResponseHeader hrh] { get; set; }Parameters
- hrh
- Documentation for this section has not yet been entered.
Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- sender
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
public void Remove (System.Net.HttpRequestHeader header)Parameters
- header
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
public void Remove (System.Net.HttpResponseHeader header)Parameters
- header
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- name
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- header
- Documentation for this section has not yet been entered.
- value
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- header
- Documentation for this section has not yet been entered.
- value
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
Parameters
- name
- Documentation for this section has not yet been entered.
- value
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
void System.Runtime.Serialization.ISerializable.GetObjectData (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Parameters
- serializationInfo
- Documentation for this section has not yet been entered.
- streamingContext
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
public byte[] ToByteArray ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341
Documentation for this section has not yet been entered.
Syntax
public override string ToString ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.39341