共用方式為


RemoteServiceConnectionInfo.PipeName 屬性

定義

取得或設定 IPC 管道的名稱,以連線到啟動的服務正在接聽的位置。 在 Windows 上,這是具名管道,而在 OSX/Linux 上,這是 unix 網域套接字的路徑。

public:
 property System::String ^ PipeName { System::String ^ get(); void set(System::String ^ value); };
public string PipeName { get; set; }
public string? PipeName { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.PipeName : string with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.PipeName : string with get, set
Public Property PipeName As String

屬性值

屬性

適用於