Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The EndpointBase type exposes the following members.

Constructors

  NameDescription
Protected methodEndpointBase()()()()
Initializes the object when it is created by the WCF framework.
Protected methodEndpointBase(IServiceHostBase)
Initializes the when it is created directly.
Protected methodEndpointBase(ServerBase)
Initializes the endpoint with a server instead of a host.

Methods

  NameDescription
Public methodBeginInvokeService
Dispatches an incoming binary encoded request.
Public methodBeginProcessRequest
Begins processing a request received via a binary encoded channel.
Protected methodStatic memberCreateFault
Creates a fault message.
Protected methodStatic memberCreateSoapFault
Creates a fault message.
Public methodEndInvokeService
Dispatches an incoming binary encoded request.
Public methodEndProcessRequest
Ends processing a request received via a binary encoded channel.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFindService
Finds the service identified by the request type.
Protected methodGetEndpointDescription
Find the endpoint description for the endpoint.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodStatic memberGetHostForContext
Returns the host associated with the current context.
Protected methodGetServerForContext
Gets the server object from the operation context.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessRequest
Dispatches an incoming binary encoded request.
Protected methodSetRequestContext
Sets the request context for the thread.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Protected propertyEndpointDescription
Returns the description for the endpoint
Protected propertyHostForContext
Returns the host associated with the current context.
Protected propertyMessageContext
Returns the message context used by the server associated with the endpoint.
Protected propertyServerError
The types known to the server.
Protected propertyServerForContext
Gets the server object from the operation context.
Protected propertySupportedServices
The types known to the server.

See Also