Property | Type | Description | |
---|---|---|---|
AnnounceThreadProc | void | ||
CreateChannelBcst | Atom | ||
HostToUri | |||
OnChannelClosed | void | ||
OnChannelPropertyChanged | void | ||
OnPCPBcst | void | ||
OnPCPOleh | void | ||
OnPCPQuit | void | ||
ParseGuid | System.Guid | ||
ParseInt | int? | ||
ParseStr | string | ||
ParseUptime | int? | ||
PostChannelInfo | void | ||
PostHostInfo | void | ||
ProcessAtom | void | ||
ReadHosts | List |
||
ReadResponse | string | ||
UpdateChannelInfo | void |
Method | Description | |
---|---|---|
Announce ( Channel channel ) : IAnnouncingChannel | ||
FindTracker ( System.Guid channel_id ) : |
||
GetChannelsAsync ( |
||
GetConnectionInfo ( ) : |
||
IsValidUri ( |
||
PCPYellowPageClient ( PeerCastStation.Core.PeerCast peercast, string name, |
||
RestartAnnounce ( ) : void | ||
RestartAnnounce ( IAnnouncingChannel announcing ) : void | ||
StopAnnounce ( ) : void | ||
StopAnnounce ( IAnnouncingChannel announcing ) : void |
Method | Description | |
---|---|---|
AnnounceThreadProc ( ) : void | ||
CreateChannelBcst ( Channel channel, bool playing ) : Atom | ||
HostToUri ( |
||
OnChannelClosed ( object sender, |
||
OnChannelPropertyChanged ( object sender, |
||
OnPCPBcst ( Atom atom ) : void | ||
OnPCPOleh ( Atom atom ) : void | ||
OnPCPQuit ( Atom atom ) : void | ||
ParseGuid ( string token ) : System.Guid | ||
ParseInt ( string token ) : int? | ||
ParseStr ( string token ) : string | ||
ParseUptime ( string token ) : int? | ||
PostChannelInfo ( AtomCollection parent, Channel channel ) : void | ||
PostHostInfo ( AtomCollection parent, Channel channel, bool playing ) : void | ||
ProcessAtom ( Atom atom ) : void | ||
ReadHosts ( Stream s, System.Guid channel_id ) : List |
||
ReadResponse ( Stream s ) : string | ||
UpdateChannelInfo ( Channel channel, bool playing ) : void |
public Announce ( Channel channel ) : IAnnouncingChannel | ||
channel | Channel | |
return | IAnnouncingChannel |
public FindTracker ( System.Guid channel_id ) : |
||
channel_id | System.Guid | |
return |
public GetChannelsAsync ( |
||
cancel_token | ||
return | System.Threading.Tasks.Task |
public GetConnectionInfo ( ) : |
||
return |
public static IsValidUri ( |
||
uri | ||
return | bool |
public PCPYellowPageClient ( PeerCastStation.Core.PeerCast peercast, string name, |
||
peercast | PeerCastStation.Core.PeerCast | |
name | string | |
announce_uri | ||
channels_uri | ||
return | System |
public RestartAnnounce ( IAnnouncingChannel announcing ) : void | ||
announcing | IAnnouncingChannel | |
return | void |
public StopAnnounce ( IAnnouncingChannel announcing ) : void | ||
announcing | IAnnouncingChannel | |
return | void |