11 references to Tcp_NoSecurity_Address
Binding.Tcp.IntegrationTests (4)
NetTcpBindingTests.4.0.0.cs (4)
27
factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.
Tcp_NoSecurity_Address
));
60
factory = new ChannelFactory<IWcfServiceGenerated>(binding, new EndpointAddress(Endpoints.
Tcp_NoSecurity_Address
));
98
factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.
Tcp_NoSecurity_Address
));
139
factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.
Tcp_NoSecurity_Address
));
Client.ChannelLayer.IntegrationTests (3)
DuplexChannelShapeTests.4.0.0.cs (2)
41
channel = factory.CreateChannel(new EndpointAddress(Endpoints.
Tcp_NoSecurity_Address
));
96
channel = factory.CreateChannel(new EndpointAddress(Endpoints.
Tcp_NoSecurity_Address
));
DuplexChannelWithSynchronizationContext.cs (1)
235
factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.
Tcp_NoSecurity_Address
));
Client.TypedClient.IntegrationTests (3)
TypedProxyTests.4.0.0.cs (3)
42
ServiceContract_TypedProxy_AsyncBeginEnd_Call_TestImpl(netTcpBinding, Endpoints.
Tcp_NoSecurity_Address
, "ServiceContract_TypedProxy_NetTcpBinding_AsyncBeginEnd_Call");
61
ServiceContract_TypedProxy_AsyncBeginEnd_Call_WithNoCallback_TestImpl(netTcpBinding, Endpoints.
Tcp_NoSecurity_Address
, "ServiceContract_TypedProxy_NetTcpBinding_AsyncBeginEnd_Call_WithNoCallback");
95
ServiceContract_TypedProxy_AsyncTask_Call_TestImpl(netTcpBinding, Endpoints.
Tcp_NoSecurity_Address
, "ServiceContract_TypedProxy_NetTcpBinding_AsyncTask_Call");
Contract.Service.IntegrationTests (1)
ServiceContractTests.4.1.0.cs (1)
365
factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.
Tcp_NoSecurity_Address
));