Свойство | Тип | Описание | |
---|---|---|---|
Body | string | ||
Created | System.DateTime | ||
Header | |||
LocalSIPEndPoint | |||
ReasonPhrase | string | ||
RemoteSIPEndPoint | |||
SIPVersion | string | ||
Status | SIPResponseStatusCodesEnum | ||
StatusCode | int |
Метод | Описание | |
---|---|---|
Copy ( ) : |
Creates an identical copy of the SIP Response for the caller.
|
|
ParseSIPResponse ( |
||
ParseSIPResponse ( string sipMessageStr ) : |
||
SIPResponse ( SIPResponseStatusCodesEnum responseType, string reasonPhrase, |
||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
SIPResponse ( ) : NUnit.Framework |
public static ParseSIPResponse ( |
||
sipMessage | ||
Результат |
public static ParseSIPResponse ( string sipMessageStr ) : |
||
sipMessageStr | string | |
Результат |
public SIPResponse ( SIPResponseStatusCodesEnum responseType, string reasonPhrase, |
||
responseType | SIPResponseStatusCodesEnum | |
reasonPhrase | string | |
localSIPEndPoint | ||
Результат | NUnit.Framework |
public SIPEndPoint,SIPSorcery.SIP LocalSIPEndPoint | ||
Результат |
public SIPEndPoint,SIPSorcery.SIP RemoteSIPEndPoint | ||
Результат |
public SIPResponseStatusCodesEnum Status | ||
Результат | SIPResponseStatusCodesEnum |