16 implementations of IEndpointBehavior
Binding.Http.IntegrationTests (1)
HttpBindingTestHelpers.cs (1)
12public class HttpMessageHandlerBehavior : IEndpointBehavior
Binding.ReliableSession.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Binding\Http\HttpBindingTestHelpers.cs (1)
12public class HttpMessageHandlerBehavior : IEndpointBehavior
Client.ClientBase.IntegrationTests (3)
ClientBaseTestHelpers.cs (2)
69public class ClientMessagePropertyBehavior : IEndpointBehavior 116public class ClientMessageInspectorBehavior : IEndpointBehavior
MessageInspectorTestHelpers.cs (1)
65public class ClientAuthorizationBehavior : IEndpointBehavior
Contract.Fault.IntegrationTests (1)
FaultExceptionTests.cs (1)
56public class TestFaultContractInfosBehavior : IEndpointBehavior
Contract.Message.IntegrationTests (2)
MessageContractCommon.4.1.0.cs (1)
139public class MyInspector : IClientMessageInspector, IEndpointBehavior
MessageContractTests.cs (1)
97public class UnderstoodHeadersInspector : IClientMessageInspector, IEndpointBehavior
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatTest.cs (1)
17public class InspectorBehavior : IEndpointBehavior
dotnet-svcutil.xmlserializer.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.cs (1)
17public class InspectorBehavior : IEndpointBehavior
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
715public class WcfDuplexService_CallbackErrorHandler_Callback : IWcfDuplexService_CallbackErrorHandler_Callback, IEndpointBehavior, IErrorHandler
System.ServiceModel.Primitives (3)
netstandard.cs (3)
1138public sealed partial class CallbackBehaviorAttribute : System.Attribute, System.ServiceModel.Description.IEndpointBehavior 1917public partial class CallbackDebugBehavior : System.ServiceModel.Description.IEndpointBehavior 1926public partial class ClientCredentials : System.ServiceModel.Security.SecurityCredentialsManager, System.ServiceModel.Description.IEndpointBehavior
UnitTests.Common (2)
MockClientMessageInspector.cs (1)
14public class MockClientMessageInspector : IClientMessageInspector, IEndpointBehavior
MockEndpointBehavior.cs (1)
10public class MockEndpointBehavior : IEndpointBehavior
21 references to IEndpointBehavior
Client.ExpectedExceptions.IntegrationTests (4)
CallbackDebugBehaviorTests.cs (4)
40System.Collections.ObjectModel.KeyedCollection<Type, IEndpointBehavior> endpointBehaviors = factory.Endpoint.EndpointBehaviors; 41if (endpointBehaviors.TryGetValue(typeof(CallbackDebugBehavior), out IEndpointBehavior ieb)) 66System.Collections.ObjectModel.KeyedCollection<Type, IEndpointBehavior> endpointBehaviors2 = factory2.Endpoint.EndpointBehaviors; 67if (endpointBehaviors2.TryGetValue(typeof(CallbackDebugBehavior), out IEndpointBehavior ieb2))
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
722void IEndpointBehavior.AddBindingParameters(ServiceEndpoint endpoint, BindingParameterCollection bindingParameters) 727void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime) 732void IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher) 737void IEndpointBehavior.Validate(ServiceEndpoint endpoint)
System.ServiceModel (1)
netstandard.cs (1)
117[assembly: TypeForwardedTo(typeof(IEndpointBehavior))]
System.ServiceModel.Primitives (12)
netstandard.cs (12)
1144void System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Channels.BindingParameterCollection parameters) { } 1145void System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime) { } 1146void System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher) { } 1147void System.ServiceModel.Description.IEndpointBehavior.Validate(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint) { } 1921void System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.ClientRuntime behavior) { } 1922void System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters) { } 1923void System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher) { } 1924void System.ServiceModel.Description.IEndpointBehavior.Validate(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint) { } 1939void System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters) { } 1940void System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher) { } 1941void System.ServiceModel.Description.IEndpointBehavior.Validate(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint) { } 2111public System.Collections.ObjectModel.KeyedCollection<System.Type, System.ServiceModel.Description.IEndpointBehavior> EndpointBehaviors { get { return default; } }