433 references to IWcfService
Binding.Custom.IntegrationTests (9)
CustomBindingTests.4.0.0.cs (3)
20ChannelFactory<IWcfService> factory = null; 21IWcfService serviceProxy = null; 27factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.DefaultCustomHttp_Address));
CustomBindingTests.4.1.0.cs (6)
23ChannelFactory<IWcfService> factory = null; 24IWcfService serviceProxy = null; 35factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(new Uri(Endpoints.Tcp_CustomBinding_SslStreamSecurity_Address), endpointIdentity)); 66ChannelFactory<IWcfService> factory = null; 67IWcfService serviceProxy = null; 73factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpsSoap12_Address));
Binding.Http.IntegrationTests (39)
BasicHttpBindingTests.4.0.0.cs (21)
25ChannelFactory<IWcfService> factory = null; 26IWcfService serviceProxy = null; 36factory = new ChannelFactory<IWcfService>(binding); 62ChannelFactory<IWcfService> factory = null; 63IWcfService serviceProxy = null; 76factory = new ChannelFactory<IWcfService>(customBinding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic + Enum.GetName(typeof(WSMessageEncoding), messageEncoding))); 102ChannelFactory<IWcfService> factory = null; 103IWcfService serviceProxy = null; 112factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic + Enum.GetName(typeof(WSMessageEncoding), messageEncoding))); 147ChannelFactory<IWcfService> factory = null; 148IWcfService serviceProxy = null; 158factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic + Enum.GetName(typeof(WSMessageEncoding), messageEncoding))); 204ChannelFactory<IWcfService> factory = null; 205IWcfService serviceProxy = null; 214factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic + Enum.GetName(typeof(WSMessageEncoding), messageEncoding))); 242ChannelFactory<IWcfService> factory = null; 243IWcfService serviceProxy = null; 254factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic + Enum.GetName(typeof(WSMessageEncoding), messageEncoding))); 287ChannelFactory<IWcfService> factory = null; 288IWcfService serviceProxy = null; 298factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
NetHttpBindingTests.4.0.0.cs (3)
20ChannelFactory<IWcfService> factory = null; 21IWcfService serviceProxy = null; 28factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_NetHttp + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding)));
NetHttpsBindingTests.4.1.0.cs (9)
23ChannelFactory<IWcfService> factory = null; 24IWcfService serviceProxy = null; 31factory = new ChannelFactory<IWcfService>(netHttpsBinding, new EndpointAddress(Endpoints.HttpBaseAddress_NetHttps + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding))); 56ChannelFactory<IWcfService> factory = null; 57IWcfService serviceProxy = null; 68factory = new ChannelFactory<IWcfService>(netHttpsBinding, new EndpointAddress(Endpoints.HttpBaseAddress_NetHttps_Binary)); 90ChannelFactory<IWcfService> factory = null; 91IWcfService serviceProxy = null; 97factory = new ChannelFactory<IWcfService>(netHttpsBinding, new EndpointAddress(Endpoints.HttpBaseAddress_NetHttps_Binary));
OperationContextTests.cs (3)
32ChannelFactory<IWcfService> factory = null; 33IWcfService serviceProxy = null; 41factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
WSHttpBindingTests.cs (3)
16ChannelFactory<IWcfService> factory = null; 17IWcfService serviceProxy = null; 27factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.WSHttpBindingBaseAddress + Enum.GetName(typeof(WSMessageEncoding), messageEncoding)));
Binding.Tcp.IntegrationTests (18)
NetTcpBindingTests.4.0.0.cs (6)
20ChannelFactory<IWcfService> factory = null; 21IWcfService serviceProxy = null; 27factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_NoSecurity_Address)); 91ChannelFactory<IWcfService> factory = null; 92IWcfService serviceProxy = null; 100factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_NoSecurity_Address));
NetTcpBindingTests.4.1.0.cs (6)
22ChannelFactory<IWcfService> factory = null; 23IWcfService serviceProxy = null; 29factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_DefaultBinding_Address)); 59ChannelFactory<IWcfService> factory = null; 60IWcfService serviceProxy = null; 66factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_DefaultBinding_Address));
OperationContextAsyncFlowTests.cs (6)
21ChannelFactory<IWcfService> factory = null; 22IWcfService serviceProxy = null; 28factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_DefaultBinding_Address)); 56ChannelFactory<IWcfService> factory = null; 57IWcfService serviceProxy = null; 63factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_DefaultBinding_Address));
Binding.WS.FederationHttp.IntegrationTests (9)
WSFederationHttpBindingTests.cs (9)
31ChannelFactory<IWcfService> factory = null; 32IWcfService serviceProxy = null; 54factory = new ChannelFactory<IWcfService>(federationBinding, serviceEndpointAddress); 91ChannelFactory<IWcfService> factory = null; 92IWcfService serviceProxy = null; 105factory = new ChannelFactory<IWcfService>(federationBinding, serviceEndpointAddress); 142ChannelFactory<IWcfService> factory = null; 143IWcfService serviceProxy = null; 156factory = new ChannelFactory<IWcfService>(federationBinding, serviceEndpointAddress);
Client.ChannelLayer.IntegrationTests (3)
DuplexChannelWithSynchronizationContext.cs (3)
227ChannelFactory<IWcfService> factory = null; 228IWcfService serviceProxy = null; 235factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_NoSecurity_Address));
Client.ClientBase.IntegrationTests (10)
ClientBaseTests.4.0.0.cs (10)
20MyClientBase<IWcfService> client = null; 21IWcfService serviceProxy = null; 30client = new MyClientBase<IWcfService>(customBinding, new EndpointAddress(Endpoints.DefaultCustomHttp_Address)); 60MyClientBase<IWcfService> client = null; 61IWcfService serviceProxy = null; 71client = new MyClientBase<IWcfService>(customBinding, new EndpointAddress(endpoint)); 77client = new MyClientBase<IWcfService>(serviceEndpoint); 764MyClientBase<IWcfService> client = null; 765IWcfService serviceProxy = null; 772client = new MyClientBase<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
Client.ExpectedExceptions.IntegrationTests (45)
ExpectedExceptionTests.4.0.0.cs (18)
24ChannelFactory<IWcfService> factory = null; 25IWcfService serviceProxy = null; 33factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 61ChannelFactory<IWcfService> factory = null; 62IWcfService serviceProxy = null; 74factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 108ChannelFactory<IWcfService> factory = null; 109IWcfService serviceProxy = null; 121factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 154ChannelFactory<IWcfService> factory = null; 155IWcfService serviceProxy = null; 163factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 189ChannelFactory<IWcfService> factory = null; 190IWcfService serviceProxy = null; 198factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 238ChannelFactory<IWcfService> factory = null; 239IWcfService serviceProxy = null; 259factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
ExpectedExceptionTests.4.1.0.cs (24)
21ChannelFactory<IWcfService> factory = null; 24IWcfService serviceProxy = null; 34factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 61ChannelFactory<IWcfService> setupHostFactory = null; 62IWcfService setupHostServiceProxy = null; 71setupHostFactory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 155ChannelFactory<IWcfService> factory = null; 157IWcfService serviceProxy = null; 166factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 194ChannelFactory<IWcfService> factory = null; 195IWcfService serviceProxy = null; 204factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 338ChannelFactory<IWcfService> factory = null; 339IWcfService serviceProxy = null; 347factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 381ChannelFactory<IWcfService> factory = null; 382IWcfService serviceProxy = null; 389factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 428ChannelFactory<IWcfService> factory = null; 429IWcfService serviceProxy = null; 436factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 488ChannelFactory<IWcfService> factory = null; 489IWcfService serviceProxy = null; 509factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
ExpectedExceptionTests.4.1.1.cs (3)
23ChannelFactory<IWcfService> factory = null; 24IWcfService serviceProxy = null; 34factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
Contract.Data.IntegrationTests (3)
DataContractTests.4.0.0.cs (3)
20ChannelFactory<IWcfService> factory = null; 21IWcfService serviceProxy = null; 35factory = new ChannelFactory<IWcfService>(customBinding, endpointAddress);
Contract.Fault.IntegrationTests (24)
FaultExceptionTests.4.0.0.cs (21)
20ChannelFactory<IWcfService> factory = null; 21IWcfService serviceProxy = null; 29factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 54ChannelFactory<IWcfService> factory = null; 55IWcfService serviceProxy = null; 63factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 86ChannelFactory<IWcfService> factory = null; 87IWcfService serviceProxy = null; 97factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 126ChannelFactory<IWcfService> factory; 127IWcfService serviceProxy; 134factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 163ChannelFactory<IWcfService> factory; 164IWcfService serviceProxy; 171factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 200ChannelFactory<IWcfService> factory; 201IWcfService serviceProxy; 208factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 236ChannelFactory<IWcfService> factory; 237IWcfService serviceProxy; 241factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
FaultExceptionTests.cs (3)
20MyClientBase<IWcfService> client = null; 21IWcfService serviceProxy = null; 32client = new MyClientBase<IWcfService>(customBinding, new EndpointAddress(Endpoints.DefaultCustomHttp_Address));
Contract.Message.IntegrationTests (3)
MessageTests.4.0.0.cs (3)
63ChannelFactory<IWcfService> factory = null; 64IWcfService serviceProxy = null; 72factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
Contract.Service.IntegrationTests (66)
ServiceContractTests.4.0.0.cs (12)
295ChannelFactory<IWcfService> factory = null; 296IWcfService serviceProxy = null; 304factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 348ChannelFactory<IWcfService> factory = null; 349IWcfService serviceProxy = null; 356factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 401ChannelFactory<IWcfService> factory = null; 402IWcfService serviceProxy = null; 410factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 452ChannelFactory<IWcfService> factory = null; 453IWcfService serviceProxy = null; 459factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
ServiceContractTests.4.1.0.cs (54)
26ChannelFactory<IWcfService> factory = null; 27IWcfService serviceProxy = null; 35factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 63ChannelFactory<IWcfService> factory = null; 64IWcfService serviceProxy = null; 72factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 99ChannelFactory<IWcfService> factory = null; 100IWcfService serviceProxy = null; 107factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 134ChannelFactory<IWcfService> factory = null; 135IWcfService serviceProxy = null; 143factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 171ChannelFactory<IWcfService> factory = null; 172IWcfService serviceProxy = null; 180factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 237ChannelFactory<IWcfService> factory = null; 238IWcfService serviceProxy = null; 248factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 299ChannelFactory<IWcfService> factory = null; 300IWcfService serviceProxy = null; 310factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 356ChannelFactory<IWcfService> factory = null; 357IWcfService serviceProxy = null; 365factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_NoSecurity_Address)); 393ChannelFactory<IWcfService> factory = null; 394IWcfService serviceProxy = null; 402factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address)); 429ChannelFactory<IWcfService> factory = null; 430IWcfService serviceProxy = null; 437factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address)); 464ChannelFactory<IWcfService> factory = null; 465IWcfService serviceProxy = null; 473factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address)); 501ChannelFactory<IWcfService> factory = null; 502IWcfService serviceProxy = null; 510factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address)); 538ChannelFactory<IWcfService> factory = null; 539IWcfService serviceProxy = null; 547factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address)); 575ChannelFactory<IWcfService> factory = null; 576IWcfService serviceProxy = null; 584factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address)); 680ChannelFactory<IWcfService> factory = null; 681IWcfService serviceProxy1 = null; 682IWcfService serviceProxy2 = null; 692factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 770ChannelFactory<IWcfService> factory = null; 771IWcfService serviceProxy1 = null; 772IWcfService serviceProxy2 = null; 782factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 860ChannelFactory<IWcfService> factory = null; 861IWcfService serviceProxy1 = null; 862IWcfService serviceProxy2 = null; 872factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
Encoding.Encoders.IntegrationTests (15)
BinaryEncodingTests.4.0.0.cs (6)
23ChannelFactory<IWcfService> factory = null; 25IWcfService serviceProxy = null; 33factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 60ChannelFactory<IWcfService> factory = null; 62IWcfService serviceProxy = null; 71factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
TextEncodingTests.4.0.0.cs (3)
19ChannelFactory<IWcfService> factory = null; 20IWcfService serviceProxy = null; 33factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
TextEncodingTests.4.1.0.cs (6)
18ChannelFactory<IWcfService> factory = null; 19IWcfService serviceProxy = null; 27factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text)); 50ChannelFactory<IWcfService> factory = null; 51IWcfService channel = null; 60factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
Encoding.MessageVersion.IntegrationTests (21)
MessageVersionTests.4.0.0.cs (6)
22ChannelFactory<IWcfService> factory = null; 23IWcfService serviceProxy = null; 32factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 58ChannelFactory<IWcfService> factory = null; 59IWcfService serviceProxy = null; 68factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
MessageVersionTests.cs (15)
22ChannelFactory<IWcfService> factory = null; 23IWcfService serviceProxy = null; 32factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 58ChannelFactory<IWcfService> factory = null; 59IWcfService serviceProxy = null; 68factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 94ChannelFactory<IWcfService> factory = null; 95IWcfService serviceProxy = null; 104factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 130ChannelFactory<IWcfService> factory = null; 131IWcfService serviceProxy = null; 140factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 166ChannelFactory<IWcfService> factory = null; 167IWcfService serviceProxy = null; 176factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
Extensibility.MessageEncoder.IntegrationTests (6)
TextTests.4.1.0.cs (6)
25ChannelFactory<IWcfService> channelFactory = null; 26IWcfService client = null; 39channelFactory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.CustomTextEncoderBuffered_Address)); 68ChannelFactory<IWcfService> factory = null; 69IWcfService serviceProxy = null; 83factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.CustomTextEncoderStreamed_Address));
ScenarioTests.Common.Tests (6)
ScenarioTestHelpers.cs (6)
62ChannelFactory<IWcfService> factory = null; 63IWcfService serviceProxy = null; 69factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(address)); 101ChannelFactory<IWcfService> factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(address)); 108IWcfService serviceProxy = factory.CreateChannel();
Security.TransportSecurity.IntegrationTests (156)
Http\ClientCredentialTypeTests.4.1.0.cs (6)
19ChannelFactory<IWcfService> factory = null; 20IWcfService serviceProxy = null; 29factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Http_DigestAuth_NoDomain_Address)); 81ChannelFactory<IWcfService> factory = null; 82IWcfService serviceProxy = null; 90factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Http_DigestAuth_NoDomain_Address));
Https\HttpsTests.4.1.0.cs (36)
29ChannelFactory<IWcfService> factory = null; 30IWcfService serviceProxy = null; 41factory = new ChannelFactory<IWcfService>(basicHttpsBinding, new EndpointAddress(Endpoints.Https_DefaultBinding_Address + Enum.GetName(typeof(WSMessageEncoding), messageEncoding))); 83ChannelFactory<IWcfService> factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Https_DefaultBinding_Address_Text)); 84IWcfService serviceProxy = factory.CreateChannel(); 122ChannelFactory<IWcfService> factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpsSoap12_Address)); 123IWcfService serviceProxy = factory.CreateChannel(); 161ChannelFactory<IWcfService> factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpsSoap11_Address)); 162IWcfService serviceProxy = factory.CreateChannel(); 200ChannelFactory<IWcfService> factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpsSoap12_Address)); 201IWcfService serviceProxy = factory.CreateChannel(); 234ChannelFactory<IWcfService> factory = null; 235IWcfService serviceProxy = null; 245factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 280ChannelFactory<IWcfService> factory = null; 281IWcfService serviceProxy = null; 292factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 321ChannelFactory<IWcfService> factory = null; 322IWcfService serviceProxy = null; 333factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 362ChannelFactory<IWcfService> factory = null; 363IWcfService serviceProxy = null; 374factory = new ChannelFactory<IWcfService>(basicHttpsBinding, endpointAddress); 411ChannelFactory<IWcfService> factory = null; 412IWcfService serviceProxy = null; 423factory = new ChannelFactory<IWcfService>(basicHttpsBinding, endpointAddress); 465ChannelFactory<IWcfService> factory = null; 466IWcfService serviceProxy = null; 484factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 524ChannelFactory<IWcfService> factory = null; 525IWcfService serviceProxy = null; 543factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
Https\HttpsTests.4.1.1.cs (12)
29ChannelFactory<IWcfService> factory = null; 30IWcfService serviceProxy = null; 41factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 80ChannelFactory<IWcfService> factory = null; 81IWcfService serviceProxy = null; 92factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 139ChannelFactory<IWcfService> factory = null; 140IWcfService serviceProxy = null; 150factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 185ChannelFactory<IWcfService> factory = null; 186IWcfService serviceProxy = null; 195factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
Negotiate\NegotiateStream_Http_Tests.4.1.0.cs (21)
69ChannelFactory<IWcfService> factory = null; 70IWcfService serviceProxy = null; 78factory = new ChannelFactory<IWcfService>( 123ChannelFactory<IWcfService> factory = null; 124IWcfService serviceProxy = null; 131factory = new ChannelFactory<IWcfService>( 174ChannelFactory<IWcfService> factory = null; 175IWcfService serviceProxy = null; 183factory = new ChannelFactory<IWcfService>( 224ChannelFactory<IWcfService> factory = null; 225IWcfService serviceProxy = null; 232factory = new ChannelFactory<IWcfService>( 268ChannelFactory<IWcfService> factory = null; 269IWcfService serviceProxy = null; 276factory = new ChannelFactory<IWcfService>( 320ChannelFactory<IWcfService> factory = null; 321IWcfService serviceProxy = null; 328factory = new ChannelFactory<IWcfService>( 370ChannelFactory<IWcfService> factory = null; 371IWcfService serviceProxy = null; 378factory = new ChannelFactory<IWcfService>(
Negotiate\NegotiateStream_Tcp_Tests.4.1.0.cs (18)
65ChannelFactory<IWcfService> factory = null; 66IWcfService serviceProxy = null; 72factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_DefaultBinding_Address)); 108ChannelFactory<IWcfService> factory = null; 109IWcfService serviceProxy = null; 115factory = new ChannelFactory<IWcfService>(binding, 154ChannelFactory<IWcfService> factory = null; 155IWcfService serviceProxy = null; 161factory = new ChannelFactory<IWcfService>(binding, 194ChannelFactory<IWcfService> factory = null; 195IWcfService serviceProxy = null; 201factory = new ChannelFactory<IWcfService>( 245ChannelFactory<IWcfService> factory = null; 246IWcfService serviceProxy = null; 252factory = new ChannelFactory<IWcfService>( 292ChannelFactory<IWcfService> factory = null; 293IWcfService serviceProxy = null; 299factory = new ChannelFactory<IWcfService>(
Tcp\ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs (9)
37ChannelFactory<IWcfService> factory = null; 38IWcfService serviceProxy = null; 46factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 113ChannelFactory<IWcfService> factory = null; 114IWcfService serviceProxy = null; 122factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 198ChannelFactory<IWcfService> factory = null; 199IWcfService serviceProxy = null; 207factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
Tcp\ClientCredentialTypeTests.4.1.0.cs (9)
24ChannelFactory<IWcfService> factory = null; 25IWcfService serviceProxy = null; 37factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 73ChannelFactory<IWcfService> factory = null; 74IWcfService serviceProxy = null; 86factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 125ChannelFactory<IWcfService> factory = null; 126IWcfService serviceProxy = null; 136factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
Tcp\ClientCredentialTypeTests.4.1.1.cs (12)
30ChannelFactory<IWcfService> factory = null; 31IWcfService serviceProxy = null; 42factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 79ChannelFactory<IWcfService> factory = null; 80IWcfService serviceProxy = null; 92factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 137ChannelFactory<IWcfService> factory = null; 138IWcfService serviceProxy = null; 149factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 183ChannelFactory<IWcfService> factory = null; 184IWcfService serviceProxy = null; 195factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
Tcp\ClientCredentialTypeTests.OSX.cs (3)
56ChannelFactory<IWcfService> factory = null; 57IWcfService serviceProxy = null; 68factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
Tcp\IdentityTests.4.1.0.cs (3)
30ChannelFactory<IWcfService> factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 32IWcfService serviceProxy = factory.CreateChannel();
Tcp\IdentityTests.4.1.1.cs (3)
30ChannelFactory<IWcfService> factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 32IWcfService serviceProxy = factory.CreateChannel();
Tcp\StreamingTests.4.1.0.cs (24)
31ChannelFactory<IWcfService> factory = null; 32IWcfService serviceProxy = null; 40factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 73ChannelFactory<IWcfService> factory = null; 74IWcfService serviceProxy = null; 81factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 113ChannelFactory<IWcfService> factory = null; 114IWcfService serviceProxy = null; 122factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 155ChannelFactory<IWcfService> factory = null; 156IWcfService serviceProxy = null; 164factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 207ChannelFactory<IWcfService> factory = null; 208IWcfService serviceProxy = null; 216factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 265ChannelFactory<IWcfService> factory = null; 266IWcfService serviceProxy = null; 274factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 307ChannelFactory<IWcfService> factory = null; 308IWcfService serviceProxy = null; 316factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 349ChannelFactory<IWcfService> factory = null; 350IWcfService serviceProxy = null; 358factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address));