NamedPipeEndPoint 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NamedPipeEndPoint(String) |
初始化 NamedPipeEndPoint 類別的新執行個體。 |
NamedPipeEndPoint(String, String) |
初始化 NamedPipeEndPoint 類別的新執行個體。 |
NamedPipeEndPoint(String)
初始化 NamedPipeEndPoint 類別的新執行個體。
public NamedPipeEndPoint (string pipeName);
new Microsoft.AspNetCore.Connections.NamedPipeEndPoint : string -> Microsoft.AspNetCore.Connections.NamedPipeEndPoint
Public Sub New (pipeName As String)
參數
- pipeName
- String
管道的名稱。
適用於
NamedPipeEndPoint(String, String)
初始化 NamedPipeEndPoint 類別的新執行個體。
public NamedPipeEndPoint (string pipeName, string serverName);
new Microsoft.AspNetCore.Connections.NamedPipeEndPoint : string * string -> Microsoft.AspNetCore.Connections.NamedPipeEndPoint
Public Sub New (pipeName As String, serverName As String)
參數
- pipeName
- String
管道的名稱。
- serverName
- String
要連接的遠端電腦名稱,或 "." 表示要指定本機電腦。