375 instantiations of EndpointAddress
Binding.Custom.IntegrationTests (3)
Binding.Http.IntegrationTests (15)
BasicHttpBindingTests.4.0.0.cs (9)
37serviceProxy = factory.CreateChannel(new EndpointAddress(Endpoints.HttpBaseAddress_Basic + Enum.GetName(typeof(WSMessageEncoding), messageEncoding)));
76factory = new ChannelFactory<IWcfService>(customBinding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic + Enum.GetName(typeof(WSMessageEncoding), messageEncoding)));
112factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic + Enum.GetName(typeof(WSMessageEncoding), messageEncoding)));
158factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic + Enum.GetName(typeof(WSMessageEncoding), messageEncoding)));
214factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic + Enum.GetName(typeof(WSMessageEncoding), messageEncoding)));
254factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic + Enum.GetName(typeof(WSMessageEncoding), messageEncoding)));
298factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
346factory = new ChannelFactory<IWcfDecompService>(customBinding, new EndpointAddress(Endpoints.HttpBaseAddress_BasicDecomp));
388new EndpointAddress(app.Urls.First(u => u.StartsWith("http:"))));
Binding.ReliableSession.IntegrationTests (15)
Binding.Tcp.IntegrationTests (10)
Binding.UDS.IntegrationTests (5)
Binding.WS.FederationHttp.IntegrationTests (6)
Client.ChannelLayer.IntegrationTests (13)
Client.ClientBase.IntegrationTests (30)
ClientBaseTests.4.0.0.cs (16)
30client = new MyClientBase<IWcfService>(customBinding, new EndpointAddress(Endpoints.DefaultCustomHttp_Address));
71client = new MyClientBase<IWcfService>(customBinding, new EndpointAddress(endpoint));
75ServiceEndpoint serviceEndpoint = new ServiceEndpoint(cd, customBinding, new EndpointAddress(endpoint));
120client = new MyClientBase(customBinding, new EndpointAddress(Endpoints.DefaultCustomHttp_Address));
165client = new MyClientBase(customBinding, new EndpointAddress(Endpoints.HttpSoap12_Address));
215client = new MyClientBase(customBinding, new EndpointAddress(endpoint));
290client = new MyClientBase(customBinding, new EndpointAddress(endpoint));
369client = new MyClientBase(customBinding, new EndpointAddress(endpoint));
446client = new MyClientBase(customBinding, new EndpointAddress(endpoint));
496client = new MyClientBase(customBinding, new EndpointAddress(endpoint));
547client = new MyClientBase(customBinding, new EndpointAddress(Endpoints.HttpSoap12_Address));
598client = new MyClientBase(customBinding, new EndpointAddress(Endpoints.HttpSoap12_Address));
651client = new MyClientBase(customBinding, new EndpointAddress(Endpoints.HttpSoap12_Address));
701client = new MyClientBase(customBinding, new EndpointAddress(Endpoints.DefaultCustomHttp_Address));
736client = new MyClientBase(binding, new EndpointAddress(Endpoints.Tcp_CustomBinding_NoSecurity_Text_Address));
772client = new MyClientBase<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
Client.ExpectedExceptions.IntegrationTests (22)
Client.TypedClient.IntegrationTests (12)
Contract.Data.IntegrationTests (4)
Contract.Fault.IntegrationTests (9)
Contract.Message.IntegrationTests (6)
Contract.Service.IntegrationTests (29)
ServiceContractTests.4.0.0.cs (10)
33factory = new ChannelFactory<IServiceContractIntOutService>(binding, new EndpointAddress(Endpoints.ServiceContractAsyncIntOut_Address));
80factory = new ChannelFactory<IServiceContractUniqueTypeOutService>(binding, new EndpointAddress(Endpoints.ServiceContractAsyncUniqueTypeOut_Address));
126factory = new ChannelFactory<IServiceContractIntRefService>(binding, new EndpointAddress(Endpoints.ServiceContractAsyncIntRef_Address));
174factory = new ChannelFactory<IServiceContractUniqueTypeRefService>(binding, new EndpointAddress(Endpoints.ServiceContractAsyncUniqueTypeRef_Address));
222factory = new ChannelFactory<IServiceContractUniqueTypeOutSyncService>(binding, new EndpointAddress(Endpoints.ServiceContractSyncUniqueTypeOut_Address));
268factory = new ChannelFactory<IServiceContractUniqueTypeRefSyncService>(binding, new EndpointAddress(Endpoints.ServiceContractSyncUniqueTypeRef_Address));
304factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
356factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
410factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
459factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
ServiceContractTests.4.1.0.cs (18)
35factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
72factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
107factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
143factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
180factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
248factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
310factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
365factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_NoSecurity_Address));
402factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address));
437factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address));
473factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address));
510factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address));
547factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address));
584factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address));
649factory = new ChannelFactory<IWcfServiceGenerated>(customBinding, new EndpointAddress(Endpoints.DefaultCustomHttp_Address));
692factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
782factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
872factory = new ChannelFactory<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
Contract.XmlSerializer.IntegrationTests (22)
dotnet-svcutil.xmlserializer.IntegrationTests (22)
Encoding.Encoders.IntegrationTests (5)
Encoding.MessageVersion.IntegrationTests (7)
Extensibility.MessageEncoder.IntegrationTests (2)
Extensibility.MessageInterceptor.IntegrationTests (1)
Extensibility.WebSockets.IntegrationTests (12)
WebSocketTests.4.1.0.cs (12)
141endpointAddress = new EndpointAddress(Endpoints.WebSocketHttpDuplexBuffered_Address + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding));
209endpointAddress = new EndpointAddress(Endpoints.WebSocketHttpDuplexBuffered_Address + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding));
376endpointAddress = new EndpointAddress(Endpoints.WebSocketHttpsDuplexBuffered_Address + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding));
440endpointAddress = new EndpointAddress(Endpoints.WebSocketHttpRequestReplyStreamed_Address + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding));
505endpointAddress = new EndpointAddress(Endpoints.WebSocketHttpRequestReplyBuffered_Address + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding));
559endpointAddress = new EndpointAddress(Endpoints.WebSocketHttpRequestReplyBuffered_Address + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding));
615endpointAddress = new EndpointAddress(Endpoints.WebSocketHttpsRequestReplyBuffered_Address + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding));
671endpointAddress = new EndpointAddress(Endpoints.WebSocketHttpsRequestReplyBuffered_Address + Enum.GetName(typeof(NetHttpMessageEncoding), messageEncoding));
720factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, new EndpointAddress(Endpoints.NetHttpDuplexWebSocket_Address));
760factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, new EndpointAddress(Endpoints.NetHttpWebSocketTransport_Address));
803factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, new EndpointAddress(Endpoints.NetHttpWebSocketTransport_Address));
843channelFactory = new ChannelFactory<IVerifyWebSockets>(binding, new EndpointAddress(Endpoints.WebSocketHttpVerifyWebSocketsUsed_Address));
Microsoft.Svcutil.NamedPipeMetadataImporter (1)
ScenarioTests.Common.Tests (2)
Security.TransportSecurity.IntegrationTests (56)
System.ServiceModel.Federation.Tests (2)
System.ServiceModel.Http.Tests (3)
System.ServiceModel.NetFramingBase (3)
System.ServiceModel.Primitives.Tests (56)
System.ServiceModel.UnixDomainSocket (1)
UnitTests.Common (1)
309 references to EndpointAddress
Binding.Tcp.IntegrationTests (1)
Binding.WS.FederationHttp.IntegrationTests (6)
Client.ChannelLayer.IntegrationTests (3)
Client.ClientBase.IntegrationTests (6)
Client.ExpectedExceptions.IntegrationTests (17)
Client.TypedClient.IntegrationTests (10)
Contract.Data.IntegrationTests (1)
Contract.Fault.IntegrationTests (2)
Contract.Service.IntegrationTests (1)
Contract.XmlSerializer.IntegrationTests (21)
dotnet-svcutil.xmlserializer.IntegrationTests (21)
Encoding.Encoders.IntegrationTests (3)
Encoding.MessageVersion.IntegrationTests (7)
Extensibility.MessageInterceptor.IntegrationTests (5)
Extensibility.WebSockets.IntegrationTests (8)
ScenarioTests.Common.Tests (4)
Security.TransportSecurity.IntegrationTests (28)
System.ServiceModel (1)
System.ServiceModel.Federation (10)
System.ServiceModel.Federation.Tests (2)
System.ServiceModel.Http.Tests (2)
System.ServiceModel.NetFramingBase (31)
System.ServiceModel.NetNamedPipe (1)
System.ServiceModel.Primitives (41)
netstandard.cs (41)
441protected void InitializeEndpoint(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address) { }
457public ChannelFactory(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) { }
461public TChannel CreateChannel(System.ServiceModel.EndpointAddress address) { return default; }
462public virtual TChannel CreateChannel(System.ServiceModel.EndpointAddress address, System.Uri via) { return default; }
475protected ClientBase(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) { }
510System.ServiceModel.EndpointAddress System.ServiceModel.Channels.IOutputChannel.RemoteAddress { get { return default; } }
512System.ServiceModel.EndpointAddress System.ServiceModel.Channels.IRequestChannel.RemoteAddress { get { return default; } }
520System.ServiceModel.EndpointAddress System.ServiceModel.IContextChannel.LocalAddress { get { return default; } }
523System.ServiceModel.EndpointAddress System.ServiceModel.IContextChannel.RemoteAddress { get { return default; } }
639public static bool operator ==(System.ServiceModel.EndpointAddress address1, System.ServiceModel.EndpointAddress address2) { return default; }
640public static bool operator !=(System.ServiceModel.EndpointAddress address1, System.ServiceModel.EndpointAddress address2) { return default; }
641public static System.ServiceModel.EndpointAddress ReadFrom(System.ServiceModel.Channels.AddressingVersion addressingVersion, System.Xml.XmlDictionaryReader reader) { return default; }
648public EndpointAddressBuilder(System.ServiceModel.EndpointAddress address) { }
652public System.ServiceModel.EndpointAddress ToEndpointAddress() { return default; }
819System.ServiceModel.EndpointAddress LocalAddress { get; }
822System.ServiceModel.EndpointAddress RemoteAddress { get; }
1160public DuplexChannelFactory(Type callbackInstanceType, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(default(System.Type)) { }
1164public DuplexChannelFactory(System.ServiceModel.InstanceContext callbackInstance, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(default(System.Type)) { }
1166public override TChannel CreateChannel(System.ServiceModel.EndpointAddress address, System.Uri via) { return default(TChannel); }
1168public TChannel CreateChannel(System.ServiceModel.InstanceContext callbackInstance, System.ServiceModel.EndpointAddress address) { return default(TChannel); }
1169public virtual TChannel CreateChannel(System.ServiceModel.InstanceContext callbackInstance, System.ServiceModel.EndpointAddress address, System.Uri via) { return default(TChannel); }
1174protected DuplexClientBase(System.ServiceModel.InstanceContext callbackInstance, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) { }
1344public TChannel CreateChannel(System.ServiceModel.EndpointAddress address) { return default; }
1345public TChannel CreateChannel(System.ServiceModel.EndpointAddress address, System.Uri via) { return default; }
1349protected abstract TChannel OnCreateChannel(System.ServiceModel.EndpointAddress address, System.Uri via);
1449TChannel CreateChannel(System.ServiceModel.EndpointAddress to);
1450TChannel CreateChannel(System.ServiceModel.EndpointAddress to, System.Uri via);
1473System.ServiceModel.EndpointAddress LocalAddress { get; }
1498System.ServiceModel.EndpointAddress RemoteAddress { get; }
1514System.ServiceModel.EndpointAddress RemoteAddress { get; }
1682public System.ServiceModel.EndpointAddress FaultTo { get { return default; } set { } }
1683public System.ServiceModel.EndpointAddress From { get { return default; } set { } }
1689public System.ServiceModel.EndpointAddress ReplyTo { get { return default; } set { } }
2107public ServiceEndpoint(System.ServiceModel.Description.ContractDescription contract, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address) { }
2108public System.ServiceModel.EndpointAddress Address { get { return default; } set { } }
2355public abstract bool TryGetIdentity(System.ServiceModel.EndpointAddress reference, out System.ServiceModel.EndpointIdentity identity);
2465public EndpointAddress TargetAddress { get { return default; } set { } }
2476public EndpointAddress IssuerAddress { get { return default; } set { } }
2503public System.ServiceModel.EndpointAddress IssuerAddress { get { return default; } set { } }
System.ServiceModel.Primitives.Tests (61)
System.ServiceModel.UnixDomainSocket (3)
UnitTests.Common (13)