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

Inheritance: Entity, IDisposable
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
Address System.Net.IPEndPoint
DH CSharpRTMP.Common.DHWrapper
InitiatorNonce byte[]
IsPeer bool
PeerId byte[]
PublicKey byte[]
Sha256 System.Security.Cryptography.SHA256
SharedSecret byte[]

Méthodes publiques

Méthode Description
Dispose ( ) : void
Target ( IPEndPoint address, Cookie cookie = null ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Target() public méthode

public Target ( IPEndPoint address, Cookie cookie = null ) : System
address System.Net.IPEndPoint
cookie Cookie
Résultat System

Property Details

Address public_oe property

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

DH public_oe property

public DHWrapper,CSharpRTMP.Common DH
Résultat CSharpRTMP.Common.DHWrapper

InitiatorNonce public_oe property

public byte[] InitiatorNonce
Résultat byte[]

IsPeer public_oe property

public bool IsPeer
Résultat bool

PeerId public_oe property

public byte[] PeerId
Résultat byte[]

PublicKey public_oe property

public byte[] PublicKey
Résultat byte[]

Sha256 public_oe static_oe property

public static SHA256,System.Security.Cryptography Sha256
Résultat System.Security.Cryptography.SHA256

SharedSecret public_oe property

public byte[] SharedSecret
Résultat byte[]