ChannelFactoryBase<TChannel>.OnCreateChannel Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When implemented in a derived class, provides an extensibility point when creating channels.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- address
- Type: System.ServiceModel.EndpointAddress
The EndpointAddress of the remote endpoint to which the channel sends messages.
- via
- Type: System.Uri
The Uri that contains the transport address to which messages are sent on the output channel.
This method is called by CreateChannel(EndpointAddress) when invoked.
Show: