C# Class CSharpRTMP.Core.Protocols.Rtmfp.Cookie

Datei anzeigen Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
CookieComputing CookieComputing
FarId uint
Id uint
PeerAddress System.Net.IPEndPoint
PeerId byte[]
QueryUrl string
Tag string
Target Target

Public Methods

Method Description
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

Method Details

ComputeKeys() public method

public ComputeKeys ( ) : void
return void

Cookie() public method

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

Cookie() public method

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

Obsolete() public method

public Obsolete ( ) : bool
return bool

Read() public method

public Read ( Stream stream ) : ushort
stream Stream
return ushort

Write() public method

public Write ( ) : void
return void

Property Details

CookieComputing public_oe property

public CookieComputing,CSharpRTMP.Core.Protocols.Rtmfp CookieComputing
return CookieComputing

FarId public_oe property

public uint FarId
return uint

Id public_oe property

public uint Id
return uint

PeerAddress public_oe property

public IPEndPoint,System.Net PeerAddress
return System.Net.IPEndPoint

PeerId public_oe property

public byte[] PeerId
return byte[]

QueryUrl public_oe property

public string QueryUrl
return string

Tag public_oe property

public string Tag
return string

Target public_oe property

public Target,CSharpRTMP.Core.Protocols.Rtmfp Target
return Target