Mime4.net Home | Community Edition | Order | Usage examples | Feedback
PushbackStream Unread Method ( Byte , Int32, Int32)MIME4NET Class Library Documentation

Namespace: NI.Email.Mime.IO
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public void Unread(
	byte[] b,
	int off,
	int len
)

Parameters

b
Type:  System Byte 

[Missing <param name="b"/> documentation for "M:NI.Email.Mime.IO.PushbackStream.Unread(System.Byte[],System.Int32,System.Int32)"]

off
Type: System Int32

[Missing <param name="off"/> documentation for "M:NI.Email.Mime.IO.PushbackStream.Unread(System.Byte[],System.Int32,System.Int32)"]

len
Type: System Int32

[Missing <param name="len"/> documentation for "M:NI.Email.Mime.IO.PushbackStream.Unread(System.Byte[],System.Int32,System.Int32)"]

See Also