C# 클래스 System.Net.WebHeaderCollection.WebHeaderCollection

상속: System.Collections.Specialized.NameValueCollection, ISerializable
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
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
GetKey ( int index ) : string
GetObjectData ( SerializationInfo serializationInfo, StreamingContext 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
ToByteArray ( ) : byte[]
ToString ( ) : string
this ( HttpRequestHeader hrh ) : string
this ( HttpResponseHeader hrh ) : string

보호된 메소드들

메소드 설명
AddWithoutValidate ( string headerName, string headerValue ) : void
WebHeaderCollection ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

비공개 메소드들

메소드 설명
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
IsHeaderName ( string name ) : bool
IsHeaderValue ( string value ) : bool
IsMultiValue ( string headerName ) : bool
RemoveAndAdd ( string name, string value ) : void
RemoveInternal ( string name ) : void
RequestHeaderToString ( HttpRequestHeader value ) : string
ResponseHeaderToString ( HttpResponseHeader value ) : string
SetInternal ( string header ) : void
SetInternal ( string name, string value ) : void
ToStringMultiValue ( ) : string
WebHeaderCollection ( ) : System
WebHeaderCollection ( bool internallyCreated ) : System

메소드 상세

Add() 공개 메소드

public Add ( HttpRequestHeader header, string value ) : void
header HttpRequestHeader
value string
리턴 void

Add() 공개 메소드

public Add ( HttpResponseHeader header, string value ) : void
header HttpResponseHeader
value string
리턴 void

Add() 공개 메소드

public Add ( string header ) : void
header string
리턴 void

Add() 공개 메소드

public Add ( string name, string value ) : void
name string
value string
리턴 void

AddWithoutValidate() 보호된 메소드

protected AddWithoutValidate ( string headerName, string headerValue ) : void
headerName string
headerValue string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Get() 공개 메소드

public Get ( int index ) : string
index int
리턴 string

Get() 공개 메소드

public Get ( string name ) : string
name string
리턴 string

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetKey() 공개 메소드

public GetKey ( int index ) : string
index int
리턴 string

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
리턴 void

GetValues() 공개 메소드

public GetValues ( int index ) : string[]
index int
리턴 string[]

GetValues() 공개 메소드

public GetValues ( string header ) : string[]
header string
리턴 string[]

IsRestricted() 공개 정적인 메소드

public static IsRestricted ( string headerName ) : bool
headerName string
리턴 bool

IsRestricted() 공개 정적인 메소드

public static IsRestricted ( string headerName, bool response ) : bool
headerName string
response bool
리턴 bool

OnDeserialization() 공개 메소드

public OnDeserialization ( object sender ) : void
sender object
리턴 void

Remove() 공개 메소드

public Remove ( HttpRequestHeader header ) : void
header HttpRequestHeader
리턴 void

Remove() 공개 메소드

public Remove ( HttpResponseHeader header ) : void
header HttpResponseHeader
리턴 void

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

Set() 공개 메소드

public Set ( HttpRequestHeader header, string value ) : void
header HttpRequestHeader
value string
리턴 void

Set() 공개 메소드

public Set ( HttpResponseHeader header, string value ) : void
header HttpResponseHeader
value string
리턴 void

Set() 공개 메소드

public Set ( string name, string value ) : void
name string
value string
리턴 void

ToByteArray() 공개 메소드

public ToByteArray ( ) : byte[]
리턴 byte[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WebHeaderCollection() 보호된 메소드

protected WebHeaderCollection ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo SerializationInfo
streamingContext StreamingContext
리턴 System

this() 공개 메소드

public this ( HttpRequestHeader hrh ) : string
hrh HttpRequestHeader
리턴 string

this() 공개 메소드

public this ( HttpResponseHeader hrh ) : string
hrh HttpResponseHeader
리턴 string