SslStream::ShutdownAsync Method ()

 

Shuts down this SslStream.

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

public:
[HostProtectionAttribute(SecurityAction::LinkDemand, ExternalThreading = true)]
virtual Task^ ShutdownAsync()

Return Value

Type: System.Threading.Tasks::Task^

The task object representing the asynchronous operation.

.NET Framework
Available since 4.7
Return to top
Show: