436 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)
21ChannelFactory<IWcfService> factory = null; 22IWcfService serviceProxy = null; 29factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_NetHttp + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding)));
NetHttpsBindingTests.4.1.0.cs (9)
24ChannelFactory<IWcfService> factory = null; 25IWcfService serviceProxy = null; 32factory = new ChannelFactory<IWcfService>(netHttpsBinding, new EndpointAddress(Endpoints.HttpBaseAddress_NetHttps + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding))); 57ChannelFactory<IWcfService> factory = null; 58IWcfService serviceProxy = null; 69factory = new ChannelFactory<IWcfService>(netHttpsBinding, new EndpointAddress(Endpoints.HttpBaseAddress_NetHttps_Binary)); 92ChannelFactory<IWcfService> factory = null; 93IWcfService serviceProxy = null; 99factory = 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 (21)
NetTcpBindingTests.4.0.0.cs (9)
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; 98factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_NoSecurity_Address)); 130ChannelFactory<IWcfService> factory = null; 131IWcfService serviceProxy = null; 139factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_NoSecurity_Address));
NetTcpBindingTests.4.1.0.cs (6)
21ChannelFactory<IWcfService> factory = null; 22IWcfService serviceProxy = null; 28factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_DefaultBinding_Address)); 57ChannelFactory<IWcfService> factory = null; 58IWcfService serviceProxy = null; 64factory = 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)
32ChannelFactory<IWcfService> factory = null; 33IWcfService serviceProxy = null; 55factory = new ChannelFactory<IWcfService>(federationBinding, serviceEndpointAddress); 93ChannelFactory<IWcfService> factory = null; 94IWcfService serviceProxy = null; 107factory = new ChannelFactory<IWcfService>(federationBinding, serviceEndpointAddress); 145ChannelFactory<IWcfService> factory = null; 146IWcfService serviceProxy = null; 159factory = new ChannelFactory<IWcfService>(federationBinding, serviceEndpointAddress);
Client.ChannelLayer.IntegrationTests (3)
DuplexChannelWithSynchronizationContext.cs (3)
230ChannelFactory<IWcfService> factory = null; 231IWcfService serviceProxy = null; 238factory = 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); 195ChannelFactory<IWcfService> factory = null; 196IWcfService serviceProxy = null; 205factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 340ChannelFactory<IWcfService> factory = null; 341IWcfService serviceProxy = null; 349factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 384ChannelFactory<IWcfService> factory = null; 385IWcfService serviceProxy = null; 392factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 432ChannelFactory<IWcfService> factory = null; 433IWcfService serviceProxy = null; 440factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 492ChannelFactory<IWcfService> factory = null; 493IWcfService serviceProxy = null; 513factory = 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)
22ChannelFactory<IWcfService> channelFactory = null; 23IWcfService client = null; 36channelFactory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.CustomTextEncoderBuffered_Address)); 65ChannelFactory<IWcfService> factory = null; 66IWcfService serviceProxy = null; 80factory = 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); 466ChannelFactory<IWcfService> factory = null; 467IWcfService serviceProxy = null; 485factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 526ChannelFactory<IWcfService> factory = null; 527IWcfService serviceProxy = null; 545factory = 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); 140ChannelFactory<IWcfService> factory = null; 141IWcfService serviceProxy = null; 151factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 187ChannelFactory<IWcfService> factory = null; 188IWcfService serviceProxy = null; 197factory = new ChannelFactory<IWcfService>(binding, endpointAddress);
Negotiate\NegotiateStream_Http_Tests.4.1.0.cs (21)
70ChannelFactory<IWcfService> factory = null; 71IWcfService serviceProxy = null; 79factory = new ChannelFactory<IWcfService>( 125ChannelFactory<IWcfService> factory = null; 126IWcfService serviceProxy = null; 133factory = new ChannelFactory<IWcfService>( 177ChannelFactory<IWcfService> factory = null; 178IWcfService serviceProxy = null; 186factory = new ChannelFactory<IWcfService>( 228ChannelFactory<IWcfService> factory = null; 229IWcfService serviceProxy = null; 236factory = new ChannelFactory<IWcfService>( 272ChannelFactory<IWcfService> factory = null; 273IWcfService serviceProxy = null; 280factory = new ChannelFactory<IWcfService>( 325ChannelFactory<IWcfService> factory = null; 326IWcfService serviceProxy = null; 333factory = new ChannelFactory<IWcfService>( 375ChannelFactory<IWcfService> factory = null; 376IWcfService serviceProxy = null; 383factory = new ChannelFactory<IWcfService>(
Negotiate\NegotiateStream_Tcp_Tests.4.1.0.cs (18)
64ChannelFactory<IWcfService> factory = null; 65IWcfService serviceProxy = null; 71factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_DefaultBinding_Address)); 107ChannelFactory<IWcfService> factory = null; 108IWcfService serviceProxy = null; 114factory = new ChannelFactory<IWcfService>(binding, 152ChannelFactory<IWcfService> factory = null; 153IWcfService serviceProxy = null; 159factory = new ChannelFactory<IWcfService>(binding, 191ChannelFactory<IWcfService> factory = null; 192IWcfService serviceProxy = null; 198factory = new ChannelFactory<IWcfService>( 242ChannelFactory<IWcfService> factory = null; 243IWcfService serviceProxy = null; 249factory = new ChannelFactory<IWcfService>( 290ChannelFactory<IWcfService> factory = null; 291IWcfService serviceProxy = null; 297factory = new ChannelFactory<IWcfService>(
Tcp\ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs (9)
39ChannelFactory<IWcfService> factory = null; 40IWcfService serviceProxy = null; 48factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 116ChannelFactory<IWcfService> factory = null; 117IWcfService serviceProxy = null; 125factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 201ChannelFactory<IWcfService> factory = null; 202IWcfService serviceProxy = null; 210factory = 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)
31ChannelFactory<IWcfService> factory = null; 32IWcfService serviceProxy = null; 43factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 80ChannelFactory<IWcfService> factory = null; 81IWcfService serviceProxy = null; 93factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 139ChannelFactory<IWcfService> factory = null; 140IWcfService serviceProxy = null; 151factory = new ChannelFactory<IWcfService>(binding, endpointAddress); 185ChannelFactory<IWcfService> factory = null; 186IWcfService serviceProxy = null; 197factory = 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)
30ChannelFactory<IWcfService> factory = null; 31IWcfService serviceProxy = null; 39factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 71ChannelFactory<IWcfService> factory = null; 72IWcfService serviceProxy = null; 79factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 110ChannelFactory<IWcfService> factory = null; 111IWcfService serviceProxy = null; 119factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 151ChannelFactory<IWcfService> factory = null; 152IWcfService serviceProxy = null; 160factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 203ChannelFactory<IWcfService> factory = null; 204IWcfService serviceProxy = null; 212factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 260ChannelFactory<IWcfService> factory = null; 261IWcfService serviceProxy = null; 269factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 301ChannelFactory<IWcfService> factory = null; 302IWcfService serviceProxy = null; 310factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address)); 342ChannelFactory<IWcfService> factory = null; 343IWcfService serviceProxy = null; 351factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Transport_Security_Streamed_Address));