Свойство | Тип | Описание | |
---|---|---|---|
ISerializable | void | ||
ThrowOnRestrictedHeader | void |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
AddWithoutValidate ( string headerName, string headerValue ) : void | ||
WebHeaderCollection ( System serializationInfo, System streamingContext ) | ||
WebHeaderCollection ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Collections |
Метод | Описание | |
---|---|---|
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
ThrowOnRestrictedHeader ( string headerName ) : void |
public Add ( HttpRequestHeader header, string value ) : void | ||
header | HttpRequestHeader | |
value | string | |
Результат | void |
public Add ( HttpResponseHeader header, string value ) : void | ||
header | HttpResponseHeader | |
value | string | |
Результат | void |
public Add ( string name, string value ) : void | ||
name | string | |
value | string | |
Результат | void |
protected AddWithoutValidate ( string headerName, string headerValue ) : void | ||
headerName | string | |
headerValue | string | |
Результат | void |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
Результат | System.Collections.IEnumerator |
public GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
Результат | void |
public GetObjectData ( System serializationInfo, System streamingContext ) : void | ||
serializationInfo | System | |
streamingContext | System | |
Результат | void |
public GetValues ( string header ) : string[] | ||
header | string | |
Результат | string[] |
public static IsRestricted ( string headerName ) : bool | ||
headerName | string | |
Результат | bool |
public static IsRestricted ( string headerName, bool response ) : bool | ||
headerName | string | |
response | bool | |
Результат | bool |
public OnDeserialization ( object sender ) : void | ||
sender | object | |
Результат | void |
public Remove ( HttpRequestHeader header ) : void | ||
header | HttpRequestHeader | |
Результат | void |
public Remove ( HttpResponseHeader header ) : void | ||
header | HttpResponseHeader | |
Результат | void |
public Set ( HttpRequestHeader header, string value ) : void | ||
header | HttpRequestHeader | |
value | string | |
Результат | void |
public Set ( HttpResponseHeader header, string value ) : void | ||
header | HttpResponseHeader | |
value | string | |
Результат | void |
public Set ( string name, string value ) : void | ||
name | string | |
value | string | |
Результат | void |
public System ( System serializationInfo, System streamingContext ) : void | ||
serializationInfo | System | |
streamingContext | System | |
Результат | void |
protected WebHeaderCollection ( System serializationInfo, System streamingContext ) | ||
serializationInfo | System | |
streamingContext | System |
public WebHeaderCollection ( ) : System.Collections | ||
Результат | System.Collections |
protected WebHeaderCollection ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Collections | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
Результат | System.Collections |
public this ( HttpRequestHeader header ) : string | ||
header | HttpRequestHeader | |
Результат | string |
public this ( HttpResponseHeader header ) : string | ||
header | HttpResponseHeader | |
Результат | string |