프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Body | string | ||
Header | SIPSorcery.Net.RTSPHeader | ||
RTSPMajorVersion | int | ||
RTSPMinorVersion | int | ||
RTSPVersion | string | ||
ReasonPhrase | string | ||
ReceivedAt | System.DateTime | ||
ReceivedFrom | |||
Status | RTSPResponseStatusCodesEnum | ||
StatusCode | int | ||
Valid | bool | ||
ValidationError | RTSPHeaderError |
메소드 | 설명 | |
---|---|---|
ParseRTSPResponse ( |
||
ParseRTSPResponse ( |
||
RTSPResponse ( RTSPResponseStatusCodesEnum responseType, string reasonPhrase ) : System | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
RTSPResponse ( ) : System |
public static ParseRTSPResponse ( |
||
rtspMessage | ||
리턴 |
public static ParseRTSPResponse ( |
||
rtspMessage | ||
responseParserError | RTSPResponseParserError | |
리턴 |
public RTSPResponse ( RTSPResponseStatusCodesEnum responseType, string reasonPhrase ) : System | ||
responseType | RTSPResponseStatusCodesEnum | |
reasonPhrase | string | |
리턴 | System |