Akka.Interfaced.SlimSocket.Server.ClientUdpGatewayMessage.Start.Start C# (CSharp) 메소드

Start() 공개 메소드

public Start ( IPEndPoint serviceEndPoint ) : System.Net
serviceEndPoint System.Net.IPEndPoint
리턴 System.Net
            public Start(IPEndPoint serviceEndPoint)
            {
                ServiceEndPoint = serviceEndPoint;
            }
        }
ClientUdpGatewayMessage.Start