System.ServiceModel.EndpointAddress.EndpointAddress C# (CSharp) Method

EndpointAddress() public method

public EndpointAddress ( Uri uri, System.ServiceModel.EndpointIdentity identity, AddressHeaderCollection headers ) : System
uri System.Uri
identity System.ServiceModel.EndpointIdentity
headers AddressHeaderCollection
return System
		public EndpointAddress (Uri uri, EndpointIdentity identity, AddressHeaderCollection headers)
			: this (uri, identity, headers, null, null) {}

Same methods

EndpointAddress::EndpointAddress ( Uri uri ) : System
EndpointAddress::EndpointAddress ( Uri uri, System.ServiceModel.EndpointIdentity identity ) : System
EndpointAddress::EndpointAddress ( Uri uri, System.ServiceModel.EndpointIdentity identity, AddressHeaderCollection headers, XmlDictionaryReader metadataReader, XmlDictionaryReader extensionReader ) : System
EndpointAddress::EndpointAddress ( string uri ) : System