Method | Description | |
---|---|---|
Parse ( ITextReader reader ) : SipUri |
Parse a message value.
|
|
Parse ( string text ) : SipUri |
Parse a message value.
|
|
ParseContact ( ITextReader reader ) : Contact | ||
ParseParameters ( string>.IKeyValueCollection |
Parse all semicolon separated parameters.
|
|
ParseParameters ( string>.IKeyValueCollection |
Parse all semicolon separated parameters. Parameter names are converted to lower case. |
Method | Description | |
---|---|---|
IsValidScheme ( string scheme ) : bool | ||
Test ( string uriString ) : void | ||
TestCombined ( ) : void |
public static Parse ( ITextReader reader ) : SipUri | ||
reader | ITextReader | Reader containing the string that should be parsed. |
return | SipUri |
public static Parse ( string text ) : SipUri | ||
text | string | Text containg uri. |
return | SipUri |
public static ParseContact ( ITextReader reader ) : Contact | ||
reader | ITextReader | |
return | Contact |
public static ParseParameters ( string>.IKeyValueCollection |
||
parameters | string>.IKeyValueCollection | |
reader | ITextReader | |
return | void |
public static ParseParameters ( string>.IKeyValueCollection |
||
parameters | string>.IKeyValueCollection | String containing all parameters to parse |
reader | ITextReader | |
delimiter | char | Delimiter separating parameters. |
return | void |