C# 클래스 CSharpRTMP.Core.Protocols.Rtmfp.Target

상속: Entity, IDisposable
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Address System.Net.IPEndPoint
DH CSharpRTMP.Common.DHWrapper
InitiatorNonce byte[]
IsPeer bool
PeerId byte[]
PublicKey byte[]
Sha256 System.Security.Cryptography.SHA256
SharedSecret byte[]

공개 메소드들

메소드 설명
Dispose ( ) : void
Target ( IPEndPoint address, Cookie cookie = null ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Target() 공개 메소드

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

프로퍼티 상세

Address 공개적으로 프로퍼티

public IPEndPoint,System.Net Address
리턴 System.Net.IPEndPoint

DH 공개적으로 프로퍼티

public DHWrapper,CSharpRTMP.Common DH
리턴 CSharpRTMP.Common.DHWrapper

InitiatorNonce 공개적으로 프로퍼티

public byte[] InitiatorNonce
리턴 byte[]

IsPeer 공개적으로 프로퍼티

public bool IsPeer
리턴 bool

PeerId 공개적으로 프로퍼티

public byte[] PeerId
리턴 byte[]

PublicKey 공개적으로 프로퍼티

public byte[] PublicKey
리턴 byte[]

Sha256 공개적으로 정적으로 프로퍼티

public static SHA256,System.Security.Cryptography Sha256
리턴 System.Security.Cryptography.SHA256

SharedSecret 공개적으로 프로퍼티

public byte[] SharedSecret
리턴 byte[]