public static bool _ctor_System_Net_SocketPermission_System_Net_NetworkAccess_System_Net_TransportType_System_String_System_Int32( ) { //Parameters System.Net.NetworkAccess access = null; System.Net.TransportType transport = null; System.String hostName = null; System.Int32 portNumber = null; //Exception Exception exception_Real = null; Exception exception_Intercepted = null; InterceptionMaintenance.disableInterception( ); try { returnValue_Real = System.Net.SocketPermission.ctor(access, transport, hostName, portNumber); } catch (Exception e) { exception_Real = e; } InterceptionMaintenance.enableInterception( ); try { returnValue_Intercepted = System.Net.SocketPermission.ctor(access, transport, hostName, portNumber); } catch (Exception e) { exception_Intercepted = e; } }
public static bool _ctor_System_Net_WebPermission_System_Net_NetworkAccess_System_Text_RegularExpressions_Regex( ) { //Parameters System.Net.NetworkAccess access = null; System.Text.RegularExpressions.Regex uriRegex = null; //Exception Exception exception_Real = null; Exception exception_Intercepted = null; InterceptionMaintenance.disableInterception( ); try { returnValue_Real = System.Net.WebPermission.ctor(access, uriRegex); } catch (Exception e) { exception_Real = e; } InterceptionMaintenance.enableInterception( ); try { returnValue_Intercepted = System.Net.WebPermission.ctor(access, uriRegex); } catch (Exception e) { exception_Intercepted = e; } }
public static bool _ctor_System_Net_WebPermission_System_Net_NetworkAccess_System_String( ) { //Parameters System.Net.NetworkAccess access = null; System.String uriString = null; //Exception Exception exception_Real = null; Exception exception_Intercepted = null; InterceptionMaintenance.disableInterception( ); try { returnValue_Real = System.Net.WebPermission.ctor(access, uriString); } catch (Exception e) { exception_Real = e; } InterceptionMaintenance.enableInterception( ); try { returnValue_Intercepted = System.Net.WebPermission.ctor(access, uriString); } catch (Exception e) { exception_Intercepted = e; } }
public WebPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex) { }
public WebPermission(System.Net.NetworkAccess access, string uriString) { }
public SocketPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber) { }
public void AddPermission(System.Net.NetworkAccess access, string uriString) { }