TlsSocketSession.Read(Span<Byte>, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Net::Security::TlsOperationStatus Read(Span<System::Byte> buffer, [Runtime::InteropServices::Out] int % bytesRead);
public System.Net.Security.TlsOperationStatus Read(Span<byte> buffer, out int bytesRead);
member this.Read : Span<byte> * int -> System.Net.Security.TlsOperationStatus
Public Function Read (buffer As Span(Of Byte), ByRef bytesRead As Integer) As TlsOperationStatus
Parameters
- bytesRead
- Int32