C# Class BeardedManStudios.Network.SocketPolicyServer

Mostrar archivo Open project: drakelinglabs/unityarmada Class Usage Examples

Public Methods

Method 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

Method Description
OnAccept ( IAsyncResult ar ) : void
OnReceive ( IAsyncResult ar ) : void
OnSend ( IAsyncResult ar ) : void
RunServer ( ) : void
SocketPolicyServer ( string xml ) : System

Method Details

Begin() public static method

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
return void

CheckWebplayer() public static method

public static CheckWebplayer ( string hostAddress ) : void
hostAddress string
return void

End() public static method

End the Socket Policy Server
public static End ( ) : void
return void

Start() public method

Start the Socket Policy Server
public Start ( ) : void
return void

Stop() public method

Stop the Socket Policy Server
public Stop ( ) : void
return void