[This is preliminary documentation and is subject to change.]
Represents a server endpoint that accepts client requests. This is a sealed class
System Object NFX DisposableObject NFX.Glue EndPoint NFX.Glue ServerEndPointNamespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class ServerEndPoint : EndPoint,
IConfigurable, INamed
public sealed class ServerEndPoint : EndPoint,
IConfigurable, INamed
Public NotInheritable Class ServerEndPoint
Inherits EndPoint
Implements IConfigurable, INamed
Public NotInheritable Class ServerEndPoint
Inherits EndPoint
Implements IConfigurable, INamed
public ref class ServerEndPoint sealed : public EndPoint,
IConfigurable, INamed
public ref class ServerEndPoint sealed : public EndPoint,
IConfigurable, INamed
[<SealedAttribute>]
type ServerEndPoint =
class
inherit EndPoint
interface IConfigurable
interface INamed
end
[<SealedAttribute>]
type ServerEndPoint =
class
inherit EndPoint
interface IConfigurable
interface INamed
end