C# 클래스 SIPSorcery.SIP.SIPResponse

Status Codes: 1xx: Provisional -- request received, continuing to process the request; 2xx: Success -- the action was successfully received, understood, and accepted; 3xx: Redirection -- further action needs to be taken in order to complete the request; 4xx: Client Error -- the request contains bad syntax or cannot be fulfilled at this server; 5xx: Server Error -- the server failed to fulfill an apparently valid request; 6xx: Global Failure -- the request cannot be fulfilled at any server.
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Body string
Created System.DateTime
Header SIPHeader
LocalSIPEndPoint SIPEndPoint
ReasonPhrase string
RemoteSIPEndPoint SIPEndPoint
SIPVersion string
Status SIPResponseStatusCodesEnum
StatusCode int

공개 메소드들

메소드 설명
Copy ( ) : SIPResponse

Creates an identical copy of the SIP Response for the caller.

ParseSIPResponse ( SIPMessage sipMessage ) : SIPResponse
ParseSIPResponse ( string sipMessageStr ) : SIPResponse
SIPResponse ( SIPResponseStatusCodesEnum responseType, string reasonPhrase, SIPEndPoint localSIPEndPoint ) : NUnit.Framework
ToString ( ) : string

비공개 메소드들

메소드 설명
SIPResponse ( ) : NUnit.Framework

메소드 상세

Copy() 공개 메소드

Creates an identical copy of the SIP Response for the caller.
public Copy ( ) : SIPResponse
리턴 SIPResponse

ParseSIPResponse() 공개 정적인 메소드

public static ParseSIPResponse ( SIPMessage sipMessage ) : SIPResponse
sipMessage SIPMessage
리턴 SIPResponse

ParseSIPResponse() 공개 정적인 메소드

public static ParseSIPResponse ( string sipMessageStr ) : SIPResponse
sipMessageStr string
리턴 SIPResponse

SIPResponse() 공개 메소드

public SIPResponse ( SIPResponseStatusCodesEnum responseType, string reasonPhrase, SIPEndPoint localSIPEndPoint ) : NUnit.Framework
responseType SIPResponseStatusCodesEnum
reasonPhrase string
localSIPEndPoint SIPEndPoint
리턴 NUnit.Framework

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Body 공개적으로 프로퍼티

public string Body
리턴 string

Created 공개적으로 프로퍼티

public DateTime,System Created
리턴 System.DateTime

Header 공개적으로 프로퍼티

public SIPHeader,SIPSorcery.SIP Header
리턴 SIPHeader

LocalSIPEndPoint 공개적으로 프로퍼티

public SIPEndPoint,SIPSorcery.SIP LocalSIPEndPoint
리턴 SIPEndPoint

ReasonPhrase 공개적으로 프로퍼티

public string ReasonPhrase
리턴 string

RemoteSIPEndPoint 공개적으로 프로퍼티

public SIPEndPoint,SIPSorcery.SIP RemoteSIPEndPoint
리턴 SIPEndPoint

SIPVersion 공개적으로 프로퍼티

public string SIPVersion
리턴 string

Status 공개적으로 프로퍼티

public SIPResponseStatusCodesEnum Status
리턴 SIPResponseStatusCodesEnum

StatusCode 공개적으로 프로퍼티

public int StatusCode
리턴 int