Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Microsoft.​AspNetCore.​Connections.​NamedPipeEndPoint
Assembly: Microsoft.AspNetCore.Connections.Abstractions
Inheritance: object → System.​Net.​EndPoint → NamedPipeEndPoint
Represents a Named Pipe endpoint.
Properties
public
string
ServerName
Gets the name of the remote computer. The server name must be ".", the local computer, when creating a server.
public
string
PipeName
Gets the name of the pipe.
AddressFamily
Methods
public
string
ToString​()
Gets the pipe name represented by this <see cref="T:Microsoft.AspNetCore.Connections.NamedPipeEndPoint" /> instance.
public
bool
Equals​(object obj)
public
int
GetHashCode​()
Create​(System.​Net.​SocketAddress socketAddress)
Inherited from System.​Net.​EndPoint
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object