RemoteAutomationDisconnectedEventArgs.LocalPipeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.