/windows.networking.sockets/streamwebsocketinformation.md

https://github.com/MicrosoftDocs/winrt-api · Markdown · 41 lines · 30 code · 11 blank · 0 comment · 0 complexity · 500372825127f10c7d004538221af895 MD5 · raw file

  1. ---
  2. -api-id: T:Windows.Networking.Sockets.StreamWebSocketInformation
  3. -api-type: winrt class
  4. ---
  5. <!-- Class syntax.
  6. public class StreamWebSocketInformation : Windows.Networking.Sockets.IWebSocketInformation, Windows.Networking.Sockets.IWebSocketInformation2
  7. -->
  8. # Windows.Networking.Sockets.StreamWebSocketInformation
  9. ## -description
  10. Provides socket information on a [StreamWebSocket](streamwebsocket.md) object.
  11. ## -remarks
  12. StreamWebSocketInformation can be called any time after the [StreamWebSocket](streamwebsocket.md) has been created.
  13. A StreamWebSocketInformation object is automatically created with the parent [StreamWebSocket](streamwebsocket.md) object. The [StreamWebSocket.Information](streamwebsocket_information.md) property provides access to the associated StreamWebSocketInformation object.
  14. ### Version history
  15. | Windows version | SDK version | Value added |
  16. | -- | -- | -- |
  17. | 1607 | 14393 | ServerCertificate |
  18. | 1607 | 14393 | ServerCertificateErrors |
  19. | 1607 | 14393 | ServerCertificateErrorSeverity |
  20. | 1607 | 14393 | ServerIntermediateCertificates |
  21. ## -examples
  22. ## -see-also
  23. [How to use advanced WebSocket controls](/previous-versions/windows/apps/hh994400(v=win.10)),
  24. [StreamWebSocket](streamwebsocket.md),
  25. [StreamWebSocket.Information](streamwebsocket_information.md),
  26. [StreamWebSocketControl](streamwebsocketcontrol.md),
  27. [ControlChannelTrigger StreamWebSocket sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/master/Official%20Windows%20Platform%20Sample/Windows%208.1%20Store%20app%20samples/%5BC%23%5D-Windows%208.1%20Store%20app%20samples/ControlChannelTrigger%20StreamWebSocket%20sample/C%23),
  28. [WebSockets](/windows/uwp/networking/websockets?branch=live)
  29. ## -capabilities
  30. internetClient, privateNetworkClientServer