StreamSocket.Information Property
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.
Gets socket information on a StreamSocket object.
public:
property StreamSocketInformation ^ Information { StreamSocketInformation ^ get(); };
StreamSocketInformation Information();
public StreamSocketInformation Information { get; }
var streamSocketInformation = streamSocket.information;
Public ReadOnly Property Information As StreamSocketInformation
Property Value
Socket information on a StreamSocket object.
Windows requirements
App capabilities |
ID_CAP_NETWORKING [Windows Phone]
|