Share via


NamedPipeEndPoint 类

定义

表示命名管道终结点。

public sealed class NamedPipeEndPoint : System.Net.EndPoint
type NamedPipeEndPoint = class
    inherit EndPoint
Public NotInheritable Class NamedPipeEndPoint
Inherits EndPoint
继承
NamedPipeEndPoint

构造函数

NamedPipeEndPoint(String)

初始化 NamedPipeEndPoint 类的新实例。

NamedPipeEndPoint(String, String)

初始化 NamedPipeEndPoint 类的新实例。

属性

PipeName

获取管道的名称。

ServerName

获取远程计算机的名称。 创建服务器时,服务器名称必须是“.”,即本地计算机。

方法

Equals(Object)

表示命名管道终结点。

GetHashCode()

表示命名管道终结点。

ToString()

获取此 NamedPipeEndPoint 实例表示的管道名称。

适用于