WebHttpBehavior.Validate(ServiceEndpoint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
確認端點符合 Web 程式設計模型的需求。
public:
virtual void Validate(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public virtual void Validate (System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member Validate : System.ServiceModel.Description.ServiceEndpoint -> unit
override this.Validate : System.ServiceModel.Description.ServiceEndpoint -> unit
Public Overridable Sub Validate (endpoint As ServiceEndpoint)
參數
- endpoint
- ServiceEndpoint
服務端點。
實作
備註
驗證下列各項:
端點不是
null
。端點使用 HTTP 或 HTTPS 配置。
繫結的 MessageVersion 設定為 None。
繫結包含 HttpTransportBindingElement,其中 ManualAddressing 已設定為
true
。UriTemplate 中指定的參數必須是作業的一部分。
指定 Bare 的作業最多有一個輸入參數,而且不能有任何 out 參數。