Share via


RemoteAutomationDisconnectedEventArgs.LocalPipeName Property

Definition

Gets the full pipe path to a remote provider that is to be closed.

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

Property Value

String

Platform::String

winrt::hstring

The fully-named pipe path of the RemoteAutomationClientSession.

Remarks

Multiple clients can exist on the local machine and each can establish a unique connection with the remote provider, with each having a different pipe name.

Applies to