Method | Description | |
---|---|---|
AreEqual ( |
||
CopyOf ( ) : |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetIPEndPoint ( ) : |
||
ParseSIPEndPoint ( string sipEndPointStr ) : |
||
SIPEndPoint ( |
||
SIPEndPoint ( SIPProtocolsEnum protocol, |
||
SIPEndPoint ( SIPProtocolsEnum protocol, |
||
SIPEndPoint ( |
||
ToString ( ) : string | ||
TryParse ( string sipEndPointStr ) : |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
ParseSerialisedSIPEndPoint ( string serialisedSIPEndPoint ) : |
Reverses ToString().
|
|
SIPEndPoint ( ) : System |
public static AreEqual ( |
||
endPoint1 | ||
endPoint2 | ||
return | bool |
public static ParseSIPEndPoint ( string sipEndPointStr ) : |
||
sipEndPointStr | string | |
return |
public SIPEndPoint ( |
||
endPoint | ||
return | System |
public SIPEndPoint ( SIPProtocolsEnum protocol, |
||
protocol | SIPProtocolsEnum | |
address | ||
port | int | |
return | System |
public SIPEndPoint ( SIPProtocolsEnum protocol, |
||
protocol | SIPProtocolsEnum | |
endPoint | ||
return | System |
public SIPEndPoint ( |
||
sipURI | ||
return | System |
public static TryParse ( string sipEndPointStr ) : |
||
sipEndPointStr | string | |
return |