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

Inheritance: Entity, IDisposable
Datei anzeigen Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property 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[]

Public Methods

Method Description
Dispose ( ) : void
Target ( IPEndPoint address, Cookie cookie = null ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Target() public method

public Target ( IPEndPoint address, Cookie cookie = null ) : System
address System.Net.IPEndPoint
cookie Cookie
return System

Property Details

Address public_oe property

public IPEndPoint,System.Net Address
return System.Net.IPEndPoint

DH public_oe property

public DHWrapper,CSharpRTMP.Common DH
return CSharpRTMP.Common.DHWrapper

InitiatorNonce public_oe property

public byte[] InitiatorNonce
return byte[]

IsPeer public_oe property

public bool IsPeer
return bool

PeerId public_oe property

public byte[] PeerId
return byte[]

PublicKey public_oe property

public byte[] PublicKey
return byte[]

Sha256 public_oe static_oe property

public static SHA256,System.Security.Cryptography Sha256
return System.Security.Cryptography.SHA256

SharedSecret public_oe property

public byte[] SharedSecret
return byte[]