NegotiateStream Constructor

 

Initializes a new instance of the NegotiateStream class.

Namespace:   System.Net.Security
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodNegotiateStream(Stream^)

Initializes a new instance of the NegotiateStream class using the specified Stream.

System_CAPS_pubmethodNegotiateStream(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.

Return to top
Show: