Property | Type | Description | |
---|---|---|---|
Body | string | ||
Created | System.DateTime | ||
Header | |||
LocalSIPEndPoint | |||
ReasonPhrase | string | ||
RemoteSIPEndPoint | |||
SIPVersion | string | ||
Status | SIPResponseStatusCodesEnum | ||
StatusCode | int |
Method | Description | |
---|---|---|
Copy ( ) : |
Creates an identical copy of the SIP Response for the caller.
|
|
ParseSIPResponse ( |
||
ParseSIPResponse ( string sipMessageStr ) : |
||
SIPResponse ( SIPResponseStatusCodesEnum responseType, string reasonPhrase, |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
SIPResponse ( ) : NUnit.Framework |
public static ParseSIPResponse ( |
||
sipMessage | ||
return |
public static ParseSIPResponse ( string sipMessageStr ) : |
||
sipMessageStr | string | |
return |
public SIPResponse ( SIPResponseStatusCodesEnum responseType, string reasonPhrase, |
||
responseType | SIPResponseStatusCodesEnum | |
reasonPhrase | string | |
localSIPEndPoint | ||
return | NUnit.Framework |
public SIPEndPoint,SIPSorcery.SIP LocalSIPEndPoint | ||
return |
public SIPEndPoint,SIPSorcery.SIP RemoteSIPEndPoint | ||
return |
public SIPResponseStatusCodesEnum Status | ||
return | SIPResponseStatusCodesEnum |