NegotiateStream Constructor
.NET Framework (current version)
Initializes a new instance of the NegotiateStream class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | NegotiateStream(Stream^) | Initializes a new instance of the NegotiateStream class using the specified Stream. |
![]() | NegotiateStream(Stream^, Boolean) | Initializes a new instance of the NegotiateStream class using the specified Stream and stream closure behavior. |
To prevent the NegotiateStream from closing the stream that you supply, use the NegotiateStream(Stream^, Boolean) constructor.
Show:
