Amido.SystemEx.ServiceModel.Web.IncomingWebRequestContextWrapper.IncomingWebRequestContextWrapper C# (CSharp) 메소드

IncomingWebRequestContextWrapper() 공개 메소드

public IncomingWebRequestContextWrapper ( System.ServiceModel.Web.IncomingWebRequestContext context ) : System
context System.ServiceModel.Web.IncomingWebRequestContext
리턴 System
        public IncomingWebRequestContextWrapper(IncomingWebRequestContext context)
        {
            this.context = context;
        }
IncomingWebRequestContextWrapper