Windows.Networking.EndpointPair.EndpointPair C# (CSharp) Method

EndpointPair() public method

public EndpointPair ( [ localHostName, [ localServiceName, [ remoteHostName, [ remoteServiceName ) : System
localHostName [
localServiceName [
remoteHostName [
remoteServiceName [
return System
		public extern EndpointPair([In] HostName localHostName, [In] string localServiceName, [In] HostName remoteHostName, [In] string remoteServiceName);
	}
EndpointPair