RemoteAutomationConnectionRequestedEventArgs.LocalPipeName Property

Definition

Gets the full pipe path to be shared with the remote session.

public:
 property Platform::String ^ LocalPipeName { Platform::String ^ get(); };
winrt::hstring LocalPipeName();
public string LocalPipeName { get; }
var string = remoteAutomationConnectionRequestedEventArgs.localPipeName;
Public ReadOnly Property LocalPipeName As String

Property Value

String

Platform::String

winrt::hstring

The full pipe path to be shared with the remote session.

Applies to