![]() | Overloaded. Initialize a new instance of the SecureNetworkStream class. |
![]() | Gets a value that indicates whether the current stream supports writing. |
![]() | Gets a value indicating whether the stream supports seeking. This property always returns false. |
![]() | Gets a value that indicates whether the current stream supports writing. |
![]() | The length of the data available on the stream. This property always throws a NotSupportedException. |
![]() | Gets or sets the current position in the stream. This property always throws a NotSupportedException. |
![]() | Begins an asynchronous read from a stream. |
![]() | Begins an asynchronous write to a stream. |
![]() | Closes the stream and optionally closes the underlying SecureSocket. |
![]() | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
![]() | Handles the end of an asynchronous read. |
![]() | Handles the end of an asynchronous write. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Flushes data from the stream. This method is reserved for future use. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
![]() | Gets the Type of the current instance. |
![]() | Obtains a lifetime service object to control the lifetime policy for this instance. |
![]() | Reads data from the stream. |
![]() | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. |
![]() | Sets the current position of the stream to the given value. This method always throws a NotSupportedException. |
![]() | Sets the length of the stream. This method always throws a NotSupportedException. |
![]() | Returns a String that represents the current Object. |
![]() | Writes data to the stream. |
![]() | Writes a byte to the current position in the stream and advances the position within the stream by one byte. |
![]() | Gets the underlying network connection. |
![]() | Allocates a WaitHandle object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() |
SecureNetworkStream Class | Org.Mentalis.Security.Ssl Namespace