Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The ClientBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ClientBase |
Intializes the object with a channel and a message context.
|
Methods
| Name | Description | |
|---|---|---|
| Close |
Closes the channel.
| |
| CloseChannel |
Closes the channel.
| |
| CreateAuditLogEntry |
Creates an audit log entry for the request.
| |
| Dispose()()()() |
Frees any unmanaged resources.
| |
| Dispose(Boolean) |
An overrideable version of the Dispose.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
The finializer implementation.
(Overrides Object..::..Finalize()()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetResult |
Converts a service response to a ServiceResult object.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RequestCompleted |
Called when a request completes.
| |
| ToString | (Inherited from Object.) | |
| UpdateRequestHeader(IServiceRequest) | Obsolete.
Updates the header of a service request.
| |
| UpdateRequestHeader(IServiceRequest, Boolean) |
Updates the header of a service request.
| |
| UpdateRequestHeader(IServiceRequest, Boolean, String) |
Updates the header of a service request.
| |
| ValidateDataValue |
Validates a DataValue returned from the server.
| |
| ValidateDiagnosticInfos |
Validates a response returned by the server.
| |
| ValidateResponse(ResponseHeader) |
Throws an exception if a response contains an error.
| |
| ValidateResponse(IList, IList) |
Validates a response returned by the server.
|
Properties
| Name | Description | |
|---|---|---|
| AuthenticationToken |
The authorization token used to connect to the server.
| |
| Disposed |
Whether the object has been disposed.
| |
| Endpoint |
The description of the endpoint.
| |
| EndpointConfiguration |
The configuration for the endpoint.
| |
| MessageContext |
The message context used when serializing messages.
| |
| OperationTimeout |
Sets the timeout for an operation.
| |
| ReturnDiagnostics |
What diagnostics the server should return in the response.
| |
| SyncRoot |
An object used to synchronize access to the session state.
| |
| TransportChannel |
Gets or set the channel being wrapped by the client object.
| |
| UseTransportChannel |
Gets a value that indicates whether to use the TransportChannel when sending requests.
|