[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
EndPoint class
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected EndPoint(
IGlue glue,
Node node,
Binding binding
)
protected EndPoint(
IGlue glue,
Node node,
Binding binding
)
Protected Sub New (
glue As IGlue,
node As Node,
binding As Binding
)
Protected Sub New (
glue As IGlue,
node As Node,
binding As Binding
)
protected:
EndPoint(
IGlue^ glue,
Node node,
Binding^ binding
)
protected:
EndPoint(
IGlue^ glue,
Node node,
Binding^ binding
)
new :
glue : IGlue *
node : Node *
binding : Binding -> EndPoint
new :
glue : IGlue *
node : Node *
binding : Binding -> EndPoint