C# 클래스 SIPSorcery.SIP.SIPParameters

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddKeyValuePair void
Initialise void

공개 메소드들

메소드 설명
CopyOf ( ) : SIPParameters
Get ( string name ) : string
GetHashCode ( ) : int
GetKeyValuePairsFromQuoted ( string quotedString, char delimiter ) : string[]
GetKeys ( ) : string[]
Has ( string name ) : bool
Remove ( string name ) : void
RemoveAll ( ) : void
SIPParameters ( string sipString, char delimiter ) : NUnit.Framework

Parses the name value pairs from a SIP parameter or header string.

Set ( string name, string value ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
AddKeyValuePair ( string keyValuePair, string>.Dictionary dictionary ) : void
Initialise ( string sipString, char delimiter ) : void

메소드 상세

CopyOf() 공개 메소드

public CopyOf ( ) : SIPParameters
리턴 SIPParameters

Get() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetKeyValuePairsFromQuoted() 공개 정적인 메소드

public static GetKeyValuePairsFromQuoted ( string quotedString, char delimiter ) : string[]
quotedString string
delimiter char
리턴 string[]

GetKeys() 공개 메소드

public GetKeys ( ) : string[]
리턴 string[]

Has() 공개 메소드

public Has ( string name ) : bool
name string
리턴 bool

Remove() 공개 메소드

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

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

SIPParameters() 공개 메소드

Parses the name value pairs from a SIP parameter or header string.
public SIPParameters ( string sipString, char delimiter ) : NUnit.Framework
sipString string
delimiter char
리턴 NUnit.Framework

Set() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string