VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Network_Streaming_Access_AddItem Method

Adds network address to the list of allowed/disallowed addresses for Network streaming.

Pascal
function Network_Streaming_Access_AddItem(IP: WideString; Mask: WideString; Blocked: Boolean): Boolean;
C++
__fastcall Boolean Network_Streaming_Access_AddItem(BSTR IP, BSTR Mask, Boolean Blocked);
C#
public Boolean Network_Streaming_Access_AddItem(String IP, String Mask, Boolean Blocked);
Visual Basic
Public Function Network_Streaming_Access_AddItem(IP As String, Mask As String, Blocked As Boolean) As Boolean
Java
public Boolean Network_Streaming_Access_AddItem(string IP, string Mask, Boolean Blocked);
IDL
Boolean Network_Streaming_Access_AddItem(BSTR IP, BSTR Mask, Boolean Blocked);
JavaScript
Network_Streaming_Access_AddItem
PHP
public Boolean Network_Streaming_Access_AddItem($IP, $Mask, Boolean $Blocked);
Parameters 
Description 
IP: WideString 
IP address. 
Mask: WideString 
Mask. 
Blocked: Boolean 
to block IP. 

Returns , if the operation was successful.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!