Пример #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(WslAntiMalwareSystemServiceEndpointClientBase.GetEndpointAddress(EndpointConfiguration.NetTcpBinding_IWslAntiMalwareSystemServiceEndpoint));
 }
Пример #2
0
 public WslAntiMalwareSystemServiceEndpointClientBase(System.ServiceModel.InstanceContext callbackInstance, EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(callbackInstance, WslAntiMalwareSystemServiceEndpointClientBase.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Пример #3
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(WslAntiMalwareSystemServiceEndpointClientBase.GetBindingForEndpoint(EndpointConfiguration.NetTcpBinding_IWslAntiMalwareSystemServiceEndpoint));
 }
Пример #4
0
 public WslAntiMalwareSystemServiceEndpointClientBase(System.ServiceModel.InstanceContext callbackInstance) :
     base(callbackInstance, WslAntiMalwareSystemServiceEndpointClientBase.GetDefaultBinding(), WslAntiMalwareSystemServiceEndpointClientBase.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.NetTcpBinding_IWslAntiMalwareSystemServiceEndpoint.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }