Ejemplo n.º 1
0
    public override void SetStreamContract(IStreamContract interface8_0)
    {
        IStreamContractHelper1 interface2 = interface8_0 as IStreamContractHelper1;

        if (interface2 == null)
        {
            throw new ArgumentException("The type of value is not IStreamContractHelper.");
        }
        this.interface46_0 = interface2;
    }
Ejemplo n.º 2
0
 protected override void vmethod_0()
 {
     this.interface46_0 = (IStreamContractHelper1)base.GetStreamContract();
     this.LvFuuIfhcm    = new byte[this.interface46_0.imethod_9()];
     base.object_0.BeginRead(this.LvFuuIfhcm, 0, this.LvFuuIfhcm.Length, new AsyncCallback(this.ReceiveCallback), base.object_0);
 }
Ejemplo n.º 3
0
 public Class130(IStreamContractHelper1 interface46_1, int int_1, string string_1)
 {
     this.interface46_0 = interface46_1;
     this.int_0         = int_1;
     this.string_0      = string_1;
 }