C# Class BeardedManStudios.Network.SocketPolicyServer

Afficher le fichier Open project: drakelinglabs/unityarmada Class Usage Examples

Méthodes publiques

Méthode Description
Begin ( XMLType xmlType = XMLType.All, string fileLocation = "" ) : void

Begin the Socket Policy Server

CheckWebplayer ( string hostAddress ) : void
End ( ) : void

End the Socket Policy Server

Start ( ) : void

Start the Socket Policy Server

Stop ( ) : void

Stop the Socket Policy Server

Private Methods

Méthode Description
OnAccept ( IAsyncResult ar ) : void
OnReceive ( IAsyncResult ar ) : void
OnSend ( IAsyncResult ar ) : void
RunServer ( ) : void
SocketPolicyServer ( string xml ) : System

Method Details

Begin() public static méthode

Begin the Socket Policy Server
public static Begin ( XMLType xmlType = XMLType.All, string fileLocation = "" ) : void
xmlType XMLType XML Type to be used
fileLocation string Location of the policy file
Résultat void

CheckWebplayer() public static méthode

public static CheckWebplayer ( string hostAddress ) : void
hostAddress string
Résultat void

End() public static méthode

End the Socket Policy Server
public static End ( ) : void
Résultat void

Start() public méthode

Start the Socket Policy Server
public Start ( ) : void
Résultat void

Stop() public méthode

Stop the Socket Policy Server
public Stop ( ) : void
Résultat void