Property | Type | Description | |
---|---|---|---|
ISerializable | void | ||
ThrowOnRestrictedHeader | void |
Method | Description | |
---|---|---|
Add ( HttpRequestHeader header, string value ) : void | ||
Add ( HttpResponseHeader header, string value ) : void | ||
Add ( string header ) : void | ||
Add ( string name, string value ) : void | ||
Clear ( ) : void | ||
Get ( int index ) : string | ||
Get ( string name ) : string | ||
GetEnumerator ( ) : IEnumerator | ||
GetEnumerator ( ) : System.Collections.IEnumerator | ||
GetKey ( int index ) : string | ||
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
GetObjectData ( System serializationInfo, System streamingContext ) : void | ||
GetValues ( int index ) : string[] | ||
GetValues ( string header ) : string[] | ||
IsRestricted ( string headerName ) : bool | ||
IsRestricted ( string headerName, bool response ) : bool | ||
OnDeserialization ( object sender ) : void | ||
Remove ( HttpRequestHeader header ) : void | ||
Remove ( HttpResponseHeader header ) : void | ||
Remove ( string name ) : void | ||
Set ( HttpRequestHeader header, string value ) : void | ||
Set ( HttpResponseHeader header, string value ) : void | ||
Set ( string name, string value ) : void | ||
System ( System serializationInfo, System streamingContext ) : void | ||
ToByteArray ( ) : byte[] | ||
ToString ( ) : string | ||
WebHeaderCollection ( ) | ||
WebHeaderCollection ( ) : System.Collections | ||
this ( HttpRequestHeader header ) : string | ||
this ( HttpResponseHeader header ) : string | ||
this ( System header ) : string | ||
this ( string name ) : string |
Method | Description | |
---|---|---|
AddWithoutValidate ( string headerName, string headerValue ) : void | ||
WebHeaderCollection ( System serializationInfo, System streamingContext ) | ||
WebHeaderCollection ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Collections |
Method | Description | |
---|---|---|
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
ThrowOnRestrictedHeader ( string headerName ) : void |
public Add ( HttpRequestHeader header, string value ) : void | ||
header | HttpRequestHeader | |
value | string | |
return | void |
public Add ( HttpResponseHeader header, string value ) : void | ||
header | HttpResponseHeader | |
value | string | |
return | void |
public Add ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
protected AddWithoutValidate ( string headerName, string headerValue ) : void | ||
headerName | string | |
headerValue | string | |
return | void |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
return | System.Collections.IEnumerator |
public GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
return | void |
public GetObjectData ( System serializationInfo, System streamingContext ) : void | ||
serializationInfo | System | |
streamingContext | System | |
return | void |
public GetValues ( string header ) : string[] | ||
header | string | |
return | string[] |
public static IsRestricted ( string headerName ) : bool | ||
headerName | string | |
return | bool |
public static IsRestricted ( string headerName, bool response ) : bool | ||
headerName | string | |
response | bool | |
return | bool |
public OnDeserialization ( object sender ) : void | ||
sender | object | |
return | void |
public Remove ( HttpRequestHeader header ) : void | ||
header | HttpRequestHeader | |
return | void |
public Remove ( HttpResponseHeader header ) : void | ||
header | HttpResponseHeader | |
return | void |
public Set ( HttpRequestHeader header, string value ) : void | ||
header | HttpRequestHeader | |
value | string | |
return | void |
public Set ( HttpResponseHeader header, string value ) : void | ||
header | HttpResponseHeader | |
value | string | |
return | void |
public Set ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public System ( System serializationInfo, System streamingContext ) : void | ||
serializationInfo | System | |
streamingContext | System | |
return | void |
protected WebHeaderCollection ( System serializationInfo, System streamingContext ) | ||
serializationInfo | System | |
streamingContext | System |
public WebHeaderCollection ( ) : System.Collections | ||
return | System.Collections |
protected WebHeaderCollection ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Collections | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
return | System.Collections |
public this ( HttpRequestHeader header ) : string | ||
header | HttpRequestHeader | |
return | string |
public this ( HttpResponseHeader header ) : string | ||
header | HttpResponseHeader | |
return | string |