IChannelFactory<(Of <(TChannel>)>) Interface Home
This page is specific to:.NET Framework Version:3.03.5Silverlight 34.0
.NET Framework Class Library
IChannelFactory<(Of <(TChannel>)>) Interface

Defines the interface that must be implemented by channel factories that create type-specific channels.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
Syntax

'Usage

Dim instance As IChannelFactory(Of TChannel)

'Declaration

Public Interface IChannelFactory(Of TChannel) _
    Inherits IChannelFactory, ICommunicationObject

Type Parameters

TChannel

The type of channel that the channel factory creates.

Remarks

Implementing the IChannelFactory<(Of <(TChannel>)>) contract allows users to create multiple channels of a given type without having to specify the channel type each time. In other words, defining the channel type as a generic parameter for the channel factory implementing the IChannelFactory<(Of <(TChannel>)>) interface means that it is not necessary to pass the type into the CreateChannel methods. If users want to create different channel types, they can create additional channel factories for each type of channel required. The CreateChannel(EndpointAddress, Uri) overload allows you to distinguish the address to which the message is initially sent from the ultimate destination. For a discussion of addressing, see the Addresses topic.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0

.NET Compact Framework

Supported in: 3.5
See Also

Reference

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View