NamedPipeEndPoint クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
名前付きパイプ エンドポイントを表します。
public sealed class NamedPipeEndPoint : System.Net.EndPoint
type NamedPipeEndPoint = class
inherit EndPoint
Public NotInheritable Class NamedPipeEndPoint
Inherits EndPoint
- 継承
-
NamedPipeEndPoint
コンストラクター
| NamedPipeEndPoint(String, String) |
NamedPipeEndPoint クラスの新しいインスタンスを初期化します。 |
| NamedPipeEndPoint(String) |
NamedPipeEndPoint クラスの新しいインスタンスを初期化します。 |
プロパティ
| PipeName |
パイプの名前を取得します。 |
| ServerName |
リモート コンピューターの名前を取得します。 サーバーを作成するときは、ローカル コンピューターの "." サーバー名を指定する必要があります。 |
メソッド
| Equals(Object) |
名前付きパイプ エンドポイントを表します。 |
| GetHashCode() |
名前付きパイプ エンドポイントを表します。 |
| ToString() |
この NamedPipeEndPoint インスタンスで表されるパイプ名を取得します。 |