[This is preliminary documentation and is subject to change.]
The ServerEndPoint type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | ServerEndPoint(IGlueImplementation, String) | Initializes a new instance of the ServerEndPoint class |
![]() | ServerEndPoint(String, IEnumerable Type , Binding) | Initializes a new instance of the ServerEndPoint class |
![]() | ServerEndPoint(Node, IEnumerable Type , Binding) | Initializes a new instance of the ServerEndPoint class |
![]() | ServerEndPoint(String, Node, IEnumerable Type , Binding) | Initializes a new instance of the ServerEndPoint class |
![]() | ServerEndPoint(String, String, IEnumerable Type , Binding) | Initializes a new instance of the ServerEndPoint class |
![]() | ServerEndPoint(IGlue, Node, IEnumerable Type , Binding) | Initializes a new instance of the ServerEndPoint class |
![]() | ServerEndPoint(IGlue, String, IEnumerable Type , Binding) | Initializes a new instance of the ServerEndPoint class |
![]() | ServerEndPoint(IGlue, String, Node, IEnumerable Type , Binding) | Initializes a new instance of the ServerEndPoint class |
![]() | ServerEndPoint(IGlue, String, String, IEnumerable Type , Binding) | Initializes a new instance of the ServerEndPoint class |
Methods
Name | Description | |
---|---|---|
![]() | Close | |
![]() | Configure | |
![]() | Destructor | (Overrides DisposableObject Destructor .) |
![]() | Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) |
![]() | EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) |
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | Finalize | (Inherited from DisposableObject.) |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Open |
Opens endpoint by allocating transports (if necessary).
ServerEndpoint can be Close() or Dispose() after it was open
|
![]() | ToString | (Overrides ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() ![]() | CONFIG_BINDING_ATTR | |
![]() ![]() | CONFIG_CONTRACT_SERVERS_ATTR | |
![]() ![]() | CONFIG_NAME_ATTR | |
![]() ![]() | CONFIG_NODE_ATTR | |
![]() | m_Binding | (Inherited from EndPoint.) |
![]() | m_ContractImplementers |
INTERNAL! Maps ContractType -> ServerImplementing class. This is a cache used not to recompute everything on every call
|
![]() | m_Glue | (Inherited from EndPoint.) |
![]() | m_Node | (Inherited from EndPoint.) |
Properties
Name | Description | |
---|---|---|
![]() | Binding |
Returns a binding of this endpoint. "B" component of the "ABC" rule
(Inherited from EndPoint.) |
![]() | ContractServers |
Returns types that implement/serve contracts that this endpoint accepts
|
![]() | Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) |
![]() | DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) |
![]() | Glue |
References glue that this endpoint works under
(Inherited from EndPoint.) |
![]() | IsOpen |
Indicates whether endpoint is open and is accepting incoming requests
|
![]() | MsgInspectors |
Returns server message inspectors for this instance
|
![]() | Name |
Returns name of the endpoint. Named endpoints must be unique in the context, if name was not supplied in .ctor then it is auto-generated
|
![]() | Node |
Returns a node of this endpoint. "A" component of the "ABC" rule
(Inherited from EndPoint.) |
![]() | Transport |
Returns server transport that services this endpoint
|
See Also