C# 클래스 SIPSorcery.Net.STUNChangeRequestAttribute

0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 A B 0| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ The meaning of the flags is: A: This is the "change IP" flag. If true, it requests the server to send the Binding Response with a different IP address than the one the Binding Request was received on. B: This is the "change port" flag. If true, it requests the server to send the Binding Response with a different port than the one the Binding Request was received on.
상속: STUNAttribute
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChangeAddress bool
ChangePort bool

공개 메소드들

메소드 설명
STUNChangeRequestAttribute ( byte attributeValue ) : NUnit.Framework
ToString ( ) : string

메소드 상세

STUNChangeRequestAttribute() 공개 메소드

public STUNChangeRequestAttribute ( byte attributeValue ) : NUnit.Framework
attributeValue byte
리턴 NUnit.Framework

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ChangeAddress 공개적으로 프로퍼티

public bool ChangeAddress
리턴 bool

ChangePort 공개적으로 프로퍼티

public bool ChangePort
리턴 bool