Microsoft.AspNet.Server.Kestrel.Networking.UvStreamHandle.TryWrite C# (CSharp) Method

TryWrite() public method

public TryWrite ( Libuv buf ) : int
buf Libuv
return int
        public int TryWrite(Libuv.uv_buf_t buf)
        {
            return _uv.try_write(this, new[] { buf }, 1);
        }