Amido.SystemEx.ServiceModel.Web.OutgoingWebResponseContextWrapper.OutgoingWebResponseContextWrapper C# (CSharp) Method

OutgoingWebResponseContextWrapper() public method

public OutgoingWebResponseContextWrapper ( System.ServiceModel.Web.OutgoingWebResponseContext context ) : System
context System.ServiceModel.Web.OutgoingWebResponseContext
return System
        public OutgoingWebResponseContextWrapper(OutgoingWebResponseContext context)
        {
            this.context = context;
        }