コード例 #1
0
    public packShellResponse packShell(packShellRequest shell)
    {
        packShellRequest1  request  = new packShellRequest1(shell);
        packShellResponse1 response = this.packShell(request);

        return(response.packShellResult);
    }
コード例 #2
0
    private packShellResponse1 packShell(packShellRequest1 request)
    {
        CFInvokeInfo info = new CFInvokeInfo();

        info.Action            = "http://tempuri.org/IBarcode/packShell";
        info.RequestIsWrapped  = true;
        info.ReplyAction       = "http://tempuri.org/IBarcode/packShellResponse";
        info.ResponseIsWrapped = true;
        packShellResponse1 retVal = base.Invoke <packShellRequest1, packShellResponse1>(info, request);

        return(retVal);
    }
コード例 #3
0
    private packShellResponse1 packShell(packShellRequest1 request)
    {
        CFInvokeInfo info = new CFInvokeInfo();

        info.Action            = "";
        info.RequestIsWrapped  = false;
        info.ReplyAction       = "*";
        info.ResponseIsWrapped = false;
        packShellResponse1 retVal = base.Invoke <packShellRequest1, packShellResponse1>(info, request);

        return(retVal);
    }