如何从 System.ServiceModel.Channels.RequestContext 获取 HttpMethod ?HostedHttpContext 的 HttpMethod 属性
(System.ServiceModel.Activation.HostedHttpContext)
是Internal
更新 - 说明:
我创建了一个BasicAuthenticationInterceptor
(继承RequestInterceptor)用于我的 REST WCF 服务中的基本 HTTP 身份验证。在void ProcessRequest(ref RequestContext requestContext)
方法中,我需要检查HTTP 方法(例如,如果它是POST)