Show / Hide Table of Contents

Namespace System.ServiceModel

Classes

CSHTML5_ClientBase<TChannel>

Provides the base implementation used to create Windows Communication Foundation (WCF) client objects that can call services.

CSHTML5_ClientBase<TChannel>.ChannelBase<T>

Generic ChannelBase class.

CSHTML5_ClientBase<TChannel>.InvokeAsyncCompletedEventArgs

Stores the results from an asynchronous call made by the client.

CSHTML5_ClientBase<TChannel>.WebMethodsCaller

Provides an API to call web methods defined in a WebService

CSHTML5_DuplexClientBase<TChannel>

INTERNAL_WebMethodsCaller

PollingDuplexHttpSecurity

Specifies the security used for a Silverlight client configured with a PollingDuplexHttpBinding.

Enums

PollingDuplexHttpSecurityMode

Specifies the types of security that can be used with the system-provided PollingDuplexHttpBinding.

Delegates

CSHTML5_ClientBase<TChannel>.BeginOperationDelegate

A delegate that is used by ClientBase<TChannel>.InvokeAsync(...) for calling asynchronous operations on the client.

CSHTML5_ClientBase<TChannel>.EndOperationDelegate

A delegate that is invoked by ClientBase<TChannel>.InvokeAsync(...) on successful completion of the call made by ClientBase<TChannel>.InvokeAsync(...) to ClientBase<TChannel>.BeginOperationDelegate.