Moonware.Server.WCF
StartLanScan Method



A network in CIDR notation.
Starts scanning LAN.
Syntax
'Declaration
 
<OperationBehaviorAttribute()>
<PrincipalPermissionAttribute(Name="", 
   Role="Server Stats", 
   Authenticated=True, 
   Action=SecurityAction.Demand, 
   Unrestricted=False)>
Public Sub StartLanScan( _
   ByVal network As String _
) 
'Usage
 
Dim instance As MoonwareServerWCF
Dim network As String
 
instance.StartLanScan(network)
[OperationBehaviorAttribute()]
[PrincipalPermissionAttribute(Name="", 
   Role="Server Stats", 
   Authenticated=true, 
   Action=SecurityAction.Demand, 
   Unrestricted=false)]
public void StartLanScan( 
   string network
)
[OperationBehaviorAttribute()]
[PrincipalPermissionAttribute(Name="", 
   Role="Server Stats", 
   Authenticated=true, 
   Action=SecurityAction.Demand, 
   Unrestricted=false)]
public:
void StartLanScan( 
   String^ network
) 

Parameters

network
A network in CIDR notation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MoonwareServerWCF Class
MoonwareServerWCF Members

Send Feedback