org.acplt.oncrpc.XdrEncodingStream.Close C# (CSharp) Method

Close() public method

Closes this encoding XDR stream and releases any system resources associated with this stream.
Closes this encoding XDR stream and releases any system resources associated with this stream. The general contract of close is that it closes the encoding XDR stream. A closed XDR stream cannot perform encoding operations and cannot be reopened.

The close method of XdrEncodingStream does nothing.

if an ONC/RPC error occurs. if an I/O error occurs.
public Close ( ) : void
return void
		public virtual void Close()
		{
		}