C# 클래스 System.Net.Http.Formatting.Internal.HttpValueCollection

상속: System.Collections.Specialized.NameValueCollection
파일 보기 프로젝트 열기: anurse/ReviewR 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : NameValueCollection
Create ( string>.IEnumerable pairs ) : NameValueCollection
ToString ( ) : string

보호된 메소드들

메소드 설명
HttpValueCollection ( SerializationInfo info, StreamingContext context ) : System.Collections.Generic

비공개 메소드들

메소드 설명
AppendNameValuePair ( StringBuilder builder, bool first, bool urlEncode, string name, string value ) : bool
HttpValueCollection ( ) : System.Collections.Generic
ToString ( bool urlEncode ) : string

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : NameValueCollection
리턴 System.Collections.Specialized.NameValueCollection

Create() 공개 정적인 메소드

public static Create ( string>.IEnumerable pairs ) : NameValueCollection
pairs string>.IEnumerable
리턴 System.Collections.Specialized.NameValueCollection

HttpValueCollection() 보호된 메소드

protected HttpValueCollection ( SerializationInfo info, StreamingContext context ) : System.Collections.Generic
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string