NamedPipeEndPoint Class

Definition

Represents a Named Pipe endpoint.

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

Constructors

NamedPipeEndPoint(String)

Initializes a new instance of the NamedPipeEndPoint class.

NamedPipeEndPoint(String, String)

Initializes a new instance of the NamedPipeEndPoint class.

Properties

PipeName

Gets the name of the pipe.

ServerName

Gets the name of the remote computer. The server name must be ".", the local computer, when creating a server.

Methods

Equals(Object) System.Net.EndPoint.Equals(System.Object)
GetHashCode() System.Net.EndPoint.GetHashCode
ToString()

Gets the pipe name represented by this NamedPipeEndPoint instance.

Applies to