[This documentation is preliminary and is subject to change.]
Applies to: Metro style apps | desktop apps
Provides socket information on a StreamSocket object.
Syntax
var streamSocketInformation = StreamSocket.Information;
Attributes
- DualApiPartitionAttribute()
- MarshalingBehaviorAttribute(Agile)
- VersionAttribute(NTDDI_WIN8)
Members
The StreamSocketInformation class has these types of members:
Methods
The StreamSocketInformation class inherits methods from the Object class (C#/VB/C++).
Properties
The StreamSocketInformation class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets bandwidth information for network data transfer on a StreamSocket object. | |
| Read-only | Gets the local IP address associated with a StreamSocket object. | |
| Read-only | Get the TCP port number associated with a StreamSocket. | |
| Read-only | Gets the protection level that represents the integrity and encryption set on a StreamSocket object. | |
| Read-only | Get the IP address or hostname of the remote network destination associated with a StreamSocket object. | |
| Read-only | Get the hostname or IP address of the remote network destination associated with a StreamSocket object. | |
| Read-only | Get the TCP port number or service name of the remote network destination associated with a StreamSocket object. | |
| Read-only | Get the service name or TCP port number of the remote network destination associated with a StreamSocket object. | |
| Read-only | Gets round trip time information for a StreamSocket object. | |
| Read-only | Get a byte array that represents the private shared secret exchanged by proximity devices. |
Remarks
The StreamSocketInformation class provides information about a StreamSocket. This class retrieves information on a StreamSocket and can be called any time after the StreamSocket has been created.
Requirements
|
Minimum supported client | Windows 8 Release Preview |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
|
DLL |
|
See also
Build date: 5/22/2012
