C# 클래스 Microsoft.WindowsAzure.Commands.Sync.Download.HttpValueCollection

상속: System.Collections.Specialized.NameValueCollection
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
FillFromString ( string s ) : void
FillFromString ( string s, bool urlencoded, Encoding encoding ) : void
HttpValueCollection ( ) : System
HttpValueCollection ( int capacity ) : System
HttpValueCollection ( string str, bool readOnly, bool urlencoded, Encoding encoding ) : System
MakeReadOnly ( ) : void
MakeReadWrite ( ) : void
Reset ( ) : void
ToString ( bool urlencoded ) : string
ToString ( bool urlencoded, IDictionary excludeKeys ) : string

메소드 상세

HttpValueCollection() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string