Click or drag to resize

ServerServiceNativeBlockIpAddress Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.ServerServiceNative.BlockIpAddress(System.String,System.Int32)"]

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public virtual bool BlockIpAddress(
	string ipAddress,
	int timeMs
)

Parameters

ipAddress
Type: SystemString

[Missing <param name="ipAddress"/> documentation for "M:SampSharp.Entities.SAMP.ServerServiceNative.BlockIpAddress(System.String,System.Int32)"]

timeMs
Type: SystemInt32

[Missing <param name="timeMs"/> documentation for "M:SampSharp.Entities.SAMP.ServerServiceNative.BlockIpAddress(System.String,System.Int32)"]

Return Value

Type: Boolean
See Also