C# Class Disco.ClientBootstrapper.Interop.NetworkInterop

Mostrar archivo Open project: garysharp/Disco

Public Methods

Method Description
ConfigureWireless ( ) : void
PingDisco ( string ServerName ) : bool

Private Methods

Method Description
GetInlineWirelessProfiles ( ) : List
GetWirelessProfiles ( IntPtr WlanHandle, System.Guid interfaceGuid ) : WLAN_PROFILE_INFO_LIST
WlanCloseHandle ( [ hClientHandle, IntPtr pReserved ) : uint
WlanFreeMemory ( [ pMemory ) : void
WlanGetProfileList ( IntPtr hClientHandle, System.Guid &pInterfaceGuid, IntPtr pReserved, IntPtr &ppProfileList ) : uint
WlanOpenHandle ( uint dwClientVersion, IntPtr pReserved, [ pdwNegotiatedVersion, IntPtr &ClientHandle ) : uint
WlanQueryInterface ( [ hClientHandle, [ pInterfaceGuid, WLAN_INTF_OPCODE OpCode, IntPtr pReserved, [ pdwDataSize, IntPtr &ppData, IntPtr pWlanOpcodeValueType ) : uint
WlanSetProfile ( IntPtr hClientHandle, [ pInterfaceGuid, uint dwFlags, string strProfileXml, string strAllUserProfileSecurity, bool bOverwrite, IntPtr pReserved, uint &pdwReasonCode ) : uint

Method Details

ConfigureWireless() public static method

public static ConfigureWireless ( ) : void
return void

PingDisco() public static method

public static PingDisco ( string ServerName ) : bool
ServerName string
return bool