WebHttpBehavior.ValidateBinding(ServiceEndpoint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
確保繫結有效且可搭配 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
服務端點。