Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The EndpointBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EndpointBase()()()() |
Initializes the object when it is created by the WCF framework.
| |
| EndpointBase(IServiceHostBase) |
Initializes the when it is created directly.
| |
| EndpointBase(ServerBase) |
Initializes the endpoint with a server instead of a host.
|
Methods
| Name | Description | |
|---|---|---|
| BeginInvokeService |
Dispatches an incoming binary encoded request.
| |
| BeginProcessRequest |
Begins processing a request received via a binary encoded channel.
| |
| CreateFault |
Creates a fault message.
| |
| CreateSoapFault |
Creates a fault message.
| |
| EndInvokeService |
Dispatches an incoming binary encoded request.
| |
| EndProcessRequest |
Ends processing a request received via a binary encoded channel.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FindService |
Finds the service identified by the request type.
| |
| GetEndpointDescription |
Find the endpoint description for the endpoint.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetHostForContext |
Returns the host associated with the current context.
| |
| GetServerForContext |
Gets the server object from the operation context.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ProcessRequest |
Dispatches an incoming binary encoded request.
| |
| SetRequestContext |
Sets the request context for the thread.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| EndpointDescription |
Returns the description for the endpoint
| |
| HostForContext |
Returns the host associated with the current context.
| |
| MessageContext |
Returns the message context used by the server associated with the endpoint.
| |
| ServerError |
The types known to the server.
| |
| ServerForContext |
Gets the server object from the operation context.
| |
| SupportedServices |
The types known to the server.
|