NamedPipeEndPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, String) |
Initializes a new instance of the NamedPipeEndPoint class. |
NamedPipeEndPoint(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. |