Method | Description | |
---|---|---|
AddBottomRoute ( |
||
GetAt ( int index ) : |
||
ParseSIPRouteSet ( string routeSet ) : |
||
PopRoute ( ) : |
||
PushRoute ( |
||
PushRoute ( |
||
PushRoute ( string host ) : void | ||
RemoveBottomRoute ( ) : void | ||
ReplaceRoute ( string origSocket, string replacementSocket ) : void |
If a route set is travelling from the public side of a proxy to the private side it can be required that the Record-Route set is modified.
|
|
Reversed ( ) : |
||
SetAt ( int index, |
||
ToString ( ) : string |
public AddBottomRoute ( |
||
route | ||
return | void |
public static ParseSIPRouteSet ( string routeSet ) : |
||
routeSet | string | |
return |
public PushRoute ( |
||
socket | ||
scheme | SIPSchemesEnum | |
protcol | SIPProtocolsEnum | |
return | void |
public ReplaceRoute ( string origSocket, string replacementSocket ) : void | ||
origSocket | string | The socket string in the original route set that needs to be replace. |
replacementSocket | string | The socket string the original route is being replaced with. |
return | void |
public SetAt ( int index, |
||
index | int | |
sipRoute | ||
return | void |