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

Inheritance: Entity, IDisposable
Show file 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 property

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

DH public property

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

InitiatorNonce public property

public byte[] InitiatorNonce
return byte[]

IsPeer public property

public bool IsPeer
return bool

PeerId public property

public byte[] PeerId
return byte[]

PublicKey public property

public byte[] PublicKey
return byte[]

Sha256 public static property

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

SharedSecret public property

public byte[] SharedSecret
return byte[]