public static IceInternal.DispatchStatus SendBuffer2___(BufferTransfer obj__, IceInternal.Incoming inS__, Ice.Current current__) { checkMode__(Ice.OperationMode.Normal, current__.mode); IceInternal.BasicStream is__ = inS__.istr(); string aServiceName; aServiceName = is__.readString(); string aBufferGuid; aBufferGuid = is__.readString(); int aSendIndex; aSendIndex = is__.readInt(); int aTotalBufferLength; aTotalBufferLength = is__.readInt(); int aCurrentBufferLength; aCurrentBufferLength = is__.readInt(); byte[] aSeq; aSeq = is__.readByteSeq(); obj__.SendBuffer2(aServiceName, aBufferGuid, aSendIndex, aTotalBufferLength, aCurrentBufferLength, aSeq, current__); return IceInternal.DispatchStatus.DispatchOK; }