ChannelFactoryBase<TChannel>.OnCreateChannel 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別內實作時,提供建立通道時的擴充點。
protected:
abstract TChannel OnCreateChannel(System::ServiceModel::EndpointAddress ^ address, Uri ^ via);
protected abstract TChannel OnCreateChannel (System.ServiceModel.EndpointAddress address, Uri via);
abstract member OnCreateChannel : System.ServiceModel.EndpointAddress * Uri -> 'Channel
Protected MustOverride Function OnCreateChannel (address As EndpointAddress, via As Uri) As TChannel
參數
- address
- EndpointAddress
通道傳送訊息之目標遠端端點的 EndpointAddress。
傳回
TChannel
具有指定之位址的 TChannel
型別通道。
備註
這個方法會在叫用時,由 CreateChannel 所呼叫。