C# Class PeerCastStation.Core.OutputListener

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

Public Methods

Method Description
Dispose ( ) : void
ResetAuthenticationKey ( ) : void
Stop ( ) : void

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

Private Methods

Method 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 method

public Dispose ( ) : void
return void

ResetAuthenticationKey() public method

public ResetAuthenticationKey ( ) : void
return void

Stop() public method

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