HttpServer.ReusableSocketNetworkStream.ReusableSocketNetworkStream C# (CSharp) Method

ReusableSocketNetworkStream() public method

Creates a new instance of the T:System.Net.Sockets.NetworkStream class for the specified T:System.Net.Sockets.Socket.
/// The parameter is null. /// /// The parameter is not connected. /// -or- /// The property of the parameter is not . /// -or- /// The parameter is in a nonblocking state. ///
public ReusableSocketNetworkStream ( Socket socket ) : System
socket Socket /// The that the will use to send and receive data. ///
return System
		public ReusableSocketNetworkStream(Socket socket)
			: base(socket)
		{
		}

Same methods

ReusableSocketNetworkStream::ReusableSocketNetworkStream ( Socket socket, FileAccess access ) : System
ReusableSocketNetworkStream::ReusableSocketNetworkStream ( Socket socket, FileAccess access, bool ownsSocket ) : System
ReusableSocketNetworkStream::ReusableSocketNetworkStream ( Socket socket, bool ownsSocket ) : System