C# Class PeerCastStation.Core.OutputListener

接続待ち受け処理を扱うクラスです
Inheritance: IDisposable
Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ResetAuthenticationKey ( ) : void
Stop ( ) : void

接続を待ち受けを終了します

Private Methods

Méthode Description
GetAccessControlInfo ( IPEndPoint remote_endpoint ) : AccessControlInfo
OutputListener ( PeerCast peercast, IConnectionHandler connection_handler, IPEndPoint ip, OutputStreamType local_accepts, OutputStreamType global_accepts ) : System

指定したエンドポイントで接続待ち受けをするOutputListenerを初期化します

StartListen ( TcpListener server, CancellationToken cancel_token ) : Task
UpdateGlobalAccessControlInfo ( ) : void
UpdateLocalAccessControlInfo ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ResetAuthenticationKey() public méthode

public ResetAuthenticationKey ( ) : void
Résultat void

Stop() public méthode

接続を待ち受けを終了します
public Stop ( ) : void
Résultat void