C# Class SIPSorcery.SIP.SIPRoute

The SIPRoute class is used to represent both Route and Record-Route headers.
The Route and Record-Route headers only have parameters, no headers. Parameters of from ...;name=value;name2=value2 There are no specific parameters.
Mostra file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method Description
ParseSIPRoute ( string route ) : SIPRoute
SIPRoute ( SIPURI uri ) : NUnit.Framework
SIPRoute ( SIPURI uri, bool looseRouter ) : NUnit.Framework
SIPRoute ( string host ) : NUnit.Framework
SIPRoute ( string host, bool looseRouter ) : NUnit.Framework
ToSIPEndPoint ( ) : SIPEndPoint
ToString ( ) : string

Private Methods

Method Description
SIPRoute ( ) : NUnit.Framework

Method Details

ParseSIPRoute() public static method

public static ParseSIPRoute ( string route ) : SIPRoute
route string
return SIPRoute

SIPRoute() public method

public SIPRoute ( SIPURI uri ) : NUnit.Framework
uri SIPURI
return NUnit.Framework

SIPRoute() public method

public SIPRoute ( SIPURI uri, bool looseRouter ) : NUnit.Framework
uri SIPURI
looseRouter bool
return NUnit.Framework

SIPRoute() public method

public SIPRoute ( string host ) : NUnit.Framework
host string
return NUnit.Framework

SIPRoute() public method

public SIPRoute ( string host, bool looseRouter ) : NUnit.Framework
host string
looseRouter bool
return NUnit.Framework

ToSIPEndPoint() public method

public ToSIPEndPoint ( ) : SIPEndPoint
return SIPEndPoint

ToString() public method

public ToString ( ) : string
return string