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
|
Method | Description | |
---|---|---|
OnAccept ( IAsyncResult ar ) : void | ||
OnReceive ( IAsyncResult ar ) : void | ||
OnSend ( IAsyncResult ar ) : void | ||
RunServer ( ) : void | ||
SocketPolicyServer ( string xml ) : System |
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 |
public static CheckWebplayer ( string hostAddress ) : void | ||
hostAddress | string | |
return | void |