private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() { return(WslAntiMalwareSystemServiceEndpointClientBase.GetEndpointAddress(EndpointConfiguration.NetTcpBinding_IWslAntiMalwareSystemServiceEndpoint)); }
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); }
private static System.ServiceModel.Channels.Binding GetDefaultBinding() { return(WslAntiMalwareSystemServiceEndpointClientBase.GetBindingForEndpoint(EndpointConfiguration.NetTcpBinding_IWslAntiMalwareSystemServiceEndpoint)); }
public WslAntiMalwareSystemServiceEndpointClientBase(System.ServiceModel.InstanceContext callbackInstance) : base(callbackInstance, WslAntiMalwareSystemServiceEndpointClientBase.GetDefaultBinding(), WslAntiMalwareSystemServiceEndpointClientBase.GetDefaultEndpointAddress()) { this.Endpoint.Name = EndpointConfiguration.NetTcpBinding_IWslAntiMalwareSystemServiceEndpoint.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); }