2 writes to EndpointAddress
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannelFactory.cs (2)
24
EndpointAddress
= serviceEndpoint.Address;
37
EndpointAddress
= endpointAddress ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(endpointAddress));
5 references to EndpointAddress
System.ServiceModel.Federation (5)
System\ServiceModel\Federation\WSTrustChannelFactory.cs (5)
28
/// Initializes a new instance of a <see cref="WSTrustChannelFactory" /> specifying the <see cref="Binding"/> and <see cref="
EndpointAddress
"/>.
31
/// <param name="endpointAddress">The <see cref="
EndpointAddress
" /> that specifies the address of the STS.</param>
43
/// <param name="endpointAddress">The <see cref="
EndpointAddress
"/> that specifies the address of the STS.</param>
60
return new WSTrustChannel(base.CreateChannel(
EndpointAddress
,
EndpointAddress
.Uri) as IRequestChannel);