WebHttpDispatchOperationSelector.HttpOperationSelectorUriMatchedPropertyName 字段

定义

一个以密钥形式存储值的字符串,用于指示对服务操作的调用是否与 URI 匹配而不与 HTTP 方法匹配。

public: System::String ^ HttpOperationSelectorUriMatchedPropertyName;
public const string HttpOperationSelectorUriMatchedPropertyName;
val mutable HttpOperationSelectorUriMatchedPropertyName : string
Public Const HttpOperationSelectorUriMatchedPropertyName As String 

字段值

注解

调用服务操作时,可能会出现两个不同的错误:“找不到 404 终结点/URI”和“405 方法不允许”。此字符串及其关联的布尔值允许服务模型区分这两个错误。 如果使用了无效的 URI,则会出现“404 终结点/URI”错误。 如果使用有效的 URI,但 HTTP 方法对该 URI 无效,则会出现“405 不允许的方法”错误。

适用于