Property | Type | Description | |
---|---|---|---|
connection | SourceConnectionClient |
Method | Description | |
---|---|---|
GetConnectionInfo ( ) : |
||
Post ( |
||
Run ( ) : Task |
||
SourceConnectionBase ( PeerCastStation.Core.PeerCast peercast, Channel channel, |
||
Stop ( ) : void | ||
Stop ( StopReason reason ) : void |
Method | Description | |
---|---|---|
DoClose ( SourceConnectionClient connection ) : Task | ||
DoConnect ( |
||
DoPost ( |
||
DoProcess ( |
||
OnStarted ( ) : void | ||
OnStopped ( ) : void |
protected DoClose ( SourceConnectionClient connection ) : Task | ||
connection | SourceConnectionClient | |
return | Task |
protected abstract DoConnect ( |
||
source | ||
cancellationToken | ||
return | Task |
protected DoPost ( |
||
from | ||
packet | Atom | |
return | void |
protected abstract DoProcess ( |
||
cancellationToken | ||
return | Task |
public abstract GetConnectionInfo ( ) : |
||
return |
public Post ( |
||
from | ||
packet | Atom | |
return | void |
public SourceConnectionBase ( PeerCastStation.Core.PeerCast peercast, Channel channel, |
||
peercast | PeerCastStation.Core.PeerCast | |
channel | Channel | |
source_uri | ||
return | System |