ClearCanvas.Dicom.Network.NetworkBase.OnReceiveFileStream C# (CSharp) Method

OnReceiveFileStream() protected method

protected OnReceiveFileStream ( byte pcid, DicomAttributeCollection command, DicomAttributeCollection dataset, byte data, int offset, int count, bool encounteredStopTag, bool isFirst, bool isLast ) : bool
pcid byte
command DicomAttributeCollection
dataset DicomAttributeCollection
data byte
offset int
count int
encounteredStopTag bool
isFirst bool
isLast bool
return bool
		protected virtual bool OnReceiveFileStream(byte pcid, DicomAttributeCollection command, DicomAttributeCollection dataset, byte[] data, int offset, int count, bool encounteredStopTag, bool isFirst, bool isLast)
		{
			return false;
		}