System.ServiceModel.EndpointAddress.EndpointAddress C# (CSharp) Метод

EndpointAddress() публичный Метод

public EndpointAddress ( Uri uri, System.ServiceModel.EndpointIdentity identity ) : System
uri System.Uri
identity System.ServiceModel.EndpointIdentity
Результат System
		public EndpointAddress (Uri uri, EndpointIdentity identity, params AddressHeader [] headers)
			: this (uri, identity, new AddressHeaderCollection (headers), null, null) {}

Same methods

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