SharpCifs.Smb.SmbComWriteResponse.WriteBytesWireFormat C# (CSharp) Méthode

WriteBytesWireFormat() private méthode

private WriteBytesWireFormat ( byte dst, int dstIndex ) : int
dst byte
dstIndex int
Résultat int
		internal override int WriteBytesWireFormat(byte[] dst, int dstIndex)
		{
			return 0;
		}