C# 클래스 BeardedManStudios.Network.SocketPolicyServer

파일 보기 프로젝트 열기: drakelinglabs/unityarmada 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OnAccept ( IAsyncResult ar ) : void
OnReceive ( IAsyncResult ar ) : void
OnSend ( IAsyncResult ar ) : void
RunServer ( ) : void
SocketPolicyServer ( string xml ) : System

메소드 상세

Begin() 공개 정적인 메소드

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
리턴 void

CheckWebplayer() 공개 정적인 메소드

public static CheckWebplayer ( string hostAddress ) : void
hostAddress string
리턴 void

End() 공개 정적인 메소드

End the Socket Policy Server
public static End ( ) : void
리턴 void

Start() 공개 메소드

Start the Socket Policy Server
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stop the Socket Policy Server
public Stop ( ) : void
리턴 void