WSTrustChannelFactory.CreateChannel(EndpointAddress, Uri) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立一個 WSTrustChannel 物件,用於透過指定傳輸位址,將訊息傳送至指定端點位址的服務。
public:
override System::ServiceModel::Security::IWSTrustChannelContract ^ CreateChannel(System::ServiceModel::EndpointAddress ^ address, Uri ^ via);
public override System.ServiceModel.Security.IWSTrustChannelContract CreateChannel (System.ServiceModel.EndpointAddress address, Uri via);
override this.CreateChannel : System.ServiceModel.EndpointAddress * Uri -> System.ServiceModel.Security.IWSTrustChannelContract
Public Overrides Function CreateChannel (address As EndpointAddress, via As Uri) As IWSTrustChannelContract
參數
- address
- EndpointAddress
提供服務位置的 EndpointAddress。
傳回
Contract 代表新的通道物件。
備註
傳回的物件是 類別的 WSTrustChannel 實例。