Closes this sending stream.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Close( string closeReason )
Public Sub Close ( closeReason As String )
public: void Close( String^ closeReason )
member Close : closeReason : string -> unit
Parameters
- closeReason (String)
- Stream closing reason text what is reported to the remote party. Value null means not specified.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this class is Disposed and this method is accessed. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119