C# 클래스 CSharpRTMP.Core.Protocols.Rtmfp.Cookie

파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CookieComputing CookieComputing
FarId uint
Id uint
PeerAddress System.Net.IPEndPoint
PeerId byte[]
QueryUrl string
Tag string
Target Target

공개 메소드들

메소드 설명
ComputeKeys ( ) : void
Cookie ( HandShake handshake, byte tag, string queryUrl ) : System
Cookie ( OutboundHandshake handshake, byte tag, Target target ) : System
Obsolete ( ) : bool
Read ( Stream stream ) : ushort
Write ( ) : void

메소드 상세

ComputeKeys() 공개 메소드

public ComputeKeys ( ) : void
리턴 void

Cookie() 공개 메소드

public Cookie ( HandShake handshake, byte tag, string queryUrl ) : System
handshake HandShake
tag byte
queryUrl string
리턴 System

Cookie() 공개 메소드

public Cookie ( OutboundHandshake handshake, byte tag, Target target ) : System
handshake OutboundHandshake
tag byte
target Target
리턴 System

Obsolete() 공개 메소드

public Obsolete ( ) : bool
리턴 bool

Read() 공개 메소드

public Read ( Stream stream ) : ushort
stream Stream
리턴 ushort

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

CookieComputing 공개적으로 프로퍼티

public CookieComputing,CSharpRTMP.Core.Protocols.Rtmfp CookieComputing
리턴 CookieComputing

FarId 공개적으로 프로퍼티

public uint FarId
리턴 uint

Id 공개적으로 프로퍼티

public uint Id
리턴 uint

PeerAddress 공개적으로 프로퍼티

public IPEndPoint,System.Net PeerAddress
리턴 System.Net.IPEndPoint

PeerId 공개적으로 프로퍼티

public byte[] PeerId
리턴 byte[]

QueryUrl 공개적으로 프로퍼티

public string QueryUrl
리턴 string

Tag 공개적으로 프로퍼티

public string Tag
리턴 string

Target 공개적으로 프로퍼티

public Target,CSharpRTMP.Core.Protocols.Rtmfp Target
리턴 Target