Свойство | Тип | Описание | |
---|---|---|---|
NetworkBehindNatMessage | string |
Свойство | Тип | Описание | |
---|---|---|---|
AfterProcessRequest | void | ||
AnnounceAndRegisterPeer | void | ||
BeforeProcessRequest | void | ||
CountFailedTeleportationReceives | void | ||
CountFailedTeleportationSends | void | ||
CountLocalTeleportation | void | ||
CountRemoteTeleportation | void | ||
GetAllPeersFromConfig | |||
GetNetworkStatistics | string | ||
GetNumPeersFromConfig | int | ||
InitializeNetwork | void | ||
SetHostIPInformation | void | ||
ShutdownNetwork | void | ||
Teleport | void | ||
TeleportCallback | void | ||
ValidatePeer | bool | ||
WriteProtocolInfo | void |
Метод | Описание | |
---|---|---|
GetValueFromContent ( string startTag, string endTag, string content ) : string |
Simple way to parse an XML tag for content. Doesn't confirm that the file is valid XML
|
|
GetValuesFromContent ( string startTag, string endTag, string content ) : |
Retrieves a collection of values delimited by tags from content. Doesn't confirm that the file is valid XML.
|
|
StartHttpNamespaceManager ( ) : void |
Start the HTTP Listener used for Peer to Peer interaction.
|
|
StopHttpNamespaceManager ( ) : void |
Stop the HTTP Listener used for Peer to Peer interaction.
|
Метод | Описание | |
---|---|---|
AfterProcessRequest ( object sender, |
Called when the HTTP listener is done processing a request
|
|
AnnounceAndRegisterPeer ( ) : void | ||
BeforeProcessRequest ( object sender, |
Called when the HTTP listener starts to process a request
|
|
CountFailedTeleportationReceives ( ) : void | ||
CountFailedTeleportationSends ( ) : void | ||
CountLocalTeleportation ( ) : void | ||
CountRemoteTeleportation ( ) : void | ||
GetAllPeersFromConfig ( string channel ) : |
||
GetNetworkStatistics ( ) : string | ||
GetNumPeersFromConfig ( string channel ) : int | ||
InitializeNetwork ( string peerChannel, Terrarium.Forms.TerrariumLed leds ) : void | ||
SetHostIPInformation ( ) : void | ||
ShutdownNetwork ( ) : void | ||
Teleport ( |
||
TeleportCallback ( IAsyncResult ar ) : void | ||
ValidatePeer ( string ipAddress ) : bool |
Figure out if our local DNS thinks the passed in ipAddress is valid for us.
|
|
WriteProtocolInfo ( string output ) : void |
public static GetValueFromContent ( string startTag, string endTag, string content ) : string | ||
startTag | string | The start tag |
endTag | string | The end tag |
content | string | The content to be parsed. |
Результат | string |
public static GetValuesFromContent ( string startTag, string endTag, string content ) : |
||
startTag | string | The start tag. |
endTag | string | The end tag. |
content | string | The content to parse. |
Результат |
public StartHttpNamespaceManager ( ) : void | ||
Результат | void |
public StopHttpNamespaceManager ( ) : void | ||
Результат | void |