Handles the end of an asynchronous write.
[Visual Basic]
Overrides Public Sub EndWrite( _
ByVal asyncResult As IAsyncResult _
)
| Exception Type | Condition | 
|---|---|
| ArgumentNullException | asyncResult is a null reference (Nothing in Visual Basic). | 
| ArgumentException | The asyncResult parameter was not returned by a call to the BeginWrite method. | 
| IOException | An error occurs while writing to the network. | 
SecureNetworkStream Class | SecureNetworkStream Members | Org.Mentalis.Security.Ssl Namespace