System.ServiceModel.Http2Protocol.Http2Stream.Close C# (CSharp) Method

Close() public method

Closes the stream.
public Close ( ) : void
return void
        public void Close()
        {
            this.Close(StatusCode.Success);
        }

Same methods

Http2Stream::Close ( StatusCode reason ) : void