| IncomingWebRequestContextWrapper Constructor |
Namespace:
NetIQ.DRA.Common.Rest.Web
Assembly:
NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 10.2.2.1
Syntax public IncomingWebRequestContextWrapper(
IncomingWebRequestContext context
)
Public Sub New (
context As IncomingWebRequestContext
)
Parameters
- context
- Type: System.ServiceModel.WebIncomingWebRequestContext
[Missing <param name="context"/> documentation for "M:NetIQ.DRA.Common.Rest.Web.IncomingWebRequestContextWrapper.#ctor(System.ServiceModel.Web.IncomingWebRequestContext)"]
See Also