共用方式為


WebHttpBehavior.ValidateBinding(ServiceEndpoint) 方法

定義

確保繫結有效且可搭配 WCF Web 程式設計模型使用。

protected:
 virtual void ValidateBinding(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
protected virtual void ValidateBinding (System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member ValidateBinding : System.ServiceModel.Description.ServiceEndpoint -> unit
override this.ValidateBinding : System.ServiceModel.Description.ServiceEndpoint -> unit
Protected Overridable Sub ValidateBinding (endpoint As ServiceEndpoint)

參數

endpoint
ServiceEndpoint

服務端點。

適用於