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

Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
CookieComputing CookieComputing
FarId uint
Id uint
PeerAddress System.Net.IPEndPoint
PeerId byte[]
QueryUrl string
Tag string
Target Target

Méthodes publiques

Méthode 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 méthode

public ComputeKeys ( ) : void
Résultat void

Cookie() public méthode

public Cookie ( HandShake handshake, byte tag, string queryUrl ) : System
handshake HandShake
tag byte
queryUrl string
Résultat System

Cookie() public méthode

public Cookie ( OutboundHandshake handshake, byte tag, Target target ) : System
handshake OutboundHandshake
tag byte
target Target
Résultat System

Obsolete() public méthode

public Obsolete ( ) : bool
Résultat bool

Read() public méthode

public Read ( Stream stream ) : ushort
stream Stream
Résultat ushort

Write() public méthode

public Write ( ) : void
Résultat void

Property Details

CookieComputing public_oe property

public CookieComputing,CSharpRTMP.Core.Protocols.Rtmfp CookieComputing
Résultat CookieComputing

FarId public_oe property

public uint FarId
Résultat uint

Id public_oe property

public uint Id
Résultat uint

PeerAddress public_oe property

public IPEndPoint,System.Net PeerAddress
Résultat System.Net.IPEndPoint

PeerId public_oe property

public byte[] PeerId
Résultat byte[]

QueryUrl public_oe property

public string QueryUrl
Résultat string

Tag public_oe property

public string Tag
Résultat string

Target public_oe property

public Target,CSharpRTMP.Core.Protocols.Rtmfp Target
Résultat Target