protected override void vmethod_0()
    {
        this.object_5 = (ITextContractHelper)base.GetStreamContract();
        Class8 class2 = new Class8((NetworkStream)base.object_0, base.imethod_9(), this.object_5.imethod_10(), (Interface10)this.object_5);

        this.class5_0 = new Class5(class2, base.ipendPoint_0, null, base.UncompletedSendingCount4Busy);
        base.object_0.BeginRead(this.class5_0.method_4(), this.class5_0.method_5(), this.class5_0.method_6(), new AsyncCallback(this.ReceiveCallback), base.object_0);
    }
Beispiel #2
0
    public override void SetStreamContract(IStreamContract interface8_0)
    {
        ITextContractHelper interface2 = interface8_0 as ITextContractHelper;

        if (interface2 == null)
        {
            throw new ArgumentException("The type of value is not ITextContractHelper.");
        }
        this.object_0 = interface2;
    }
Beispiel #3
0
 public Class129(ITextContractHelper interface11_0, int int_1, string string_1)
 {
     this.object_0 = interface11_0;
     this.int_0    = int_1;
     this.string_0 = string_1;
 }