System.ServiceModel.EndpointAddress.EndpointAddress C# (CSharp) 메소드

EndpointAddress() 공개 메소드

public EndpointAddress ( string uri ) : System
uri string
리턴 System
		public EndpointAddress (string uri)
			: this (new Uri (uri), new AddressHeader [0])
		{
		}

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 ) : System
EndpointAddress::EndpointAddress ( Uri uri, System.ServiceModel.EndpointIdentity identity, AddressHeaderCollection headers, XmlDictionaryReader metadataReader, XmlDictionaryReader extensionReader ) : System