프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Body | string | ||
Created | System.DateTime | ||
Header | |||
LocalSIPEndPoint | |||
Method | SIPMethodsEnum | ||
ReceivedRoute | |||
RemoteSIPEndPoint | |||
SIPMajorVersion | int | ||
SIPMinorVersion | int | ||
SIPVersion | string | ||
URI | |||
UnknownMethod | string |
메소드 | 설명 | |
---|---|---|
Copy ( ) : |
Creates an identical copy of the SIP Request for the caller.
|
|
CreateBranchId ( ) : string | ||
IsLoop ( string ipAddress, int port, string currentBranchId ) : bool |
Determines if this SIP header is a looped header. The basis for the decision is the branchid in the Via header. If the branchid for a new header computes to the same branchid as a Via header already in the SIP header then it is considered a loop.
|
|
IsValid ( SIPValidationFieldsEnum &errorField, string &errorMessage ) : bool | ||
ParseSIPRequest ( |
||
ParseSIPRequest ( string sipMessageStr ) : |
||
SIPRequest ( SIPMethodsEnum method, |
||
SIPRequest ( SIPMethodsEnum method, string uri ) : Microsoft.VisualStudio.TestTools.UnitTesting | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
SIPRequest ( ) : Microsoft.VisualStudio.TestTools.UnitTesting |
public IsLoop ( string ipAddress, int port, string currentBranchId ) : bool | ||
ipAddress | string | |
port | int | |
currentBranchId | string | |
리턴 | bool |
public IsValid ( SIPValidationFieldsEnum &errorField, string &errorMessage ) : bool | ||
errorField | SIPValidationFieldsEnum | |
errorMessage | string | |
리턴 | bool |
public static ParseSIPRequest ( |
||
sipMessage | ||
리턴 |
public static ParseSIPRequest ( string sipMessageStr ) : |
||
sipMessageStr | string | |
리턴 |
public SIPRequest ( SIPMethodsEnum method, |
||
method | SIPMethodsEnum | |
uri | ||
리턴 | Microsoft.VisualStudio.TestTools.UnitTesting |
public SIPRequest ( SIPMethodsEnum method, string uri ) : Microsoft.VisualStudio.TestTools.UnitTesting | ||
method | SIPMethodsEnum | |
uri | string | |
리턴 | Microsoft.VisualStudio.TestTools.UnitTesting |