40 references to Endpoint
Binding.Http.IntegrationTests (2)
BasicHttpBindingTests.4.0.0.cs (2)
120factory.Endpoint.Behaviors.Add(handlerFactoryBehavior); 178factory.Endpoint.Behaviors.Add(handlerFactoryBehavior);
Binding.ReliableSession.IntegrationTests (8)
NetHttpBindingTests.cs (4)
145factory.Endpoint.Behaviors.Add(handlerFactoryBehavior); 222factory.Endpoint.Behaviors.Add(handlerFactoryBehavior); 302factory.Endpoint.Behaviors.Add(handlerFactoryBehavior); 374factory.Endpoint.Behaviors.Add(handlerFactoryBehavior);
WSHttpBindingTests.cs (4)
145factory.Endpoint.Behaviors.Add(handlerFactoryBehavior); 222factory.Endpoint.Behaviors.Add(handlerFactoryBehavior); 302factory.Endpoint.Behaviors.Add(handlerFactoryBehavior); 374factory.Endpoint.Behaviors.Add(handlerFactoryBehavior);
Binding.UDS.IntegrationTests (1)
UDSBindingTests.cs (1)
124ClientCredentials clientCredentials = (ClientCredentials)factory.Endpoint.EndpointBehaviors[typeof(ClientCredentials)];
Client.ClientBase.IntegrationTests (1)
ClientBaseTests.4.0.0.cs (1)
73ContractDescription cd = client.ChannelFactory.Endpoint.Contract;
Client.ExpectedExceptions.IntegrationTests (2)
CallbackDebugBehaviorTests.cs (2)
39System.Collections.ObjectModel.KeyedCollection<Type, IEndpointBehavior> endpointBehaviors = factory.Endpoint.EndpointBehaviors; 65System.Collections.ObjectModel.KeyedCollection<Type, IEndpointBehavior> endpointBehaviors2 = factory2.Endpoint.EndpointBehaviors;
Contract.Data.IntegrationTests (2)
DataContractTests.4.1.1.cs (2)
27ContractDescription cd = factory.Endpoint.Contract; 29foreach (var operation in factory.Endpoint.Contract.Operations)
Contract.Message.IntegrationTests (3)
MessageContractCommon.4.1.0.cs (1)
49factory.Endpoint.EndpointBehaviors.Add(inspector);
MessageContractTests.cs (1)
39factory.Endpoint.EndpointBehaviors.Add(inspector);
MessageTests.4.0.0.cs (1)
78foreach (OperationDescription operation in factory.Endpoint.Contract.Operations)
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatTest.cs (1)
139factory1.Endpoint.EndpointBehaviors.Add(new InspectorBehavior());
dotnet-svcutil.xmlserializer.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.cs (1)
139factory1.Endpoint.EndpointBehaviors.Add(new InspectorBehavior());
Microsoft.Svcutil.NamedPipeMetadataImporter (1)
NamedPipeMetadataImporter.cs (1)
39MessageVersion messageVersion = factory.Endpoint.Binding.MessageVersion;
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (2)
465channelFactory.Endpoint.EndpointBehaviors.Remove(typeof(ClientCredentials)); 466channelFactory.Endpoint.EndpointBehaviors.Add(ClientCredentials.Clone());
System.ServiceModel.Primitives.Tests (15)
Channels\CustomChannelTest.cs (7)
427factory.Endpoint.EndpointBehaviors.Add(mockEndpointBehavior); 464factory.Endpoint.EndpointBehaviors.Add(mockEndpointBehavior); 514factory.Endpoint.EndpointBehaviors.Add(mockEndpointBehavior); 565factory.Endpoint.EndpointBehaviors.Add(mockEndpointBehavior); 616factory.Endpoint.EndpointBehaviors.Add(mockEndpointBehavior); 668factory.Endpoint.EndpointBehaviors.Add(mockEndpointBehavior); 715factory.Endpoint.EndpointBehaviors.Add(mockEndpointBehavior);
Description\ContractDescriptionTest.cs (1)
180ContractDescription contract = factory.Endpoint.Contract;
Description\OperationBehaviorTest.cs (1)
52ContractDescription cd = factory.Endpoint.Contract;
ServiceModel\ClientBaseTest.cs (4)
56ServiceEndpoint serviceEndpoint = tempFactory.Endpoint; 106ServiceEndpoint serviceEndpoint = tempFactory.Endpoint; 114ServiceEndpoint serviceEndpoint2 = tempFactory.Endpoint; 162ServiceEndpoint serviceEndpoint = tempFactory.Endpoint;
ServiceModel\DuplexChannelFactoryTest.cs (2)
175factory.Endpoint.Binding = binding; 176factory.Endpoint.Address = endpoint;
UnitTests.Common (1)
TestHelpers.cs (1)
95ContractDescription contract = factory.Endpoint.Contract;