WiFiDirectServiceSession.SessionAddress 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 the session address for the session.
public:
property Platform::String ^ SessionAddress { Platform::String ^ get(); };
winrt::hstring SessionAddress();
public string SessionAddress { get; }
var string = wiFiDirectServiceSession.sessionAddress;
Public ReadOnly Property SessionAddress As String
Property Value
The session address.