コード例 #1
0
ファイル: Client.cs プロジェクト: wangws556/duoduogit
 public RoomServiceClient(IRoomServiceCallback callback, string serviceIp, int port)
     : this(new System.ServiceModel.InstanceContext(callback), Const.RoomServiceName,
            new EndpointAddress(new Uri(GetServiceAddress(serviceIp, port)), new DnsEndpointIdentity("_9258RoomService")))
 {
 }
コード例 #2
0
ファイル: Client.cs プロジェクト: wangws556/duoduo-chat
		public RoomServiceClient(IRoomServiceCallback callback, string serviceIp, int port)
			:this(new System.ServiceModel.InstanceContext(callback),Const.RoomServiceName,
            new EndpointAddress(new Uri(GetServiceAddress(serviceIp,port)),new DnsEndpointIdentity("_9258RoomService")))
		{
		}