代码搜索:Remoting
找到约 565 项符合「Remoting」的源代码
代码结果 565
www.eeworm.com/read/103092/15746128
vb server.vb
Imports System
Imports System.Runtime.Remoting
Imports System.Runtime.Remoting.Channels
Imports System.Runtime.Remoting.Channels.Tcp
Imports Microsoft.VisualBasic
'
www.eeworm.com/read/103092/15746133
vb client.vb
Imports System
Imports System.Runtime.Remoting
Imports System.Runtime.Remoting.Channels
Imports System.Runtime.Remoting.Channels.Tcp
Imports Microsoft.VisualBasic
Module Client
Sub
www.eeworm.com/read/103092/15746135
vb channel_reg.vb
Imports System.Runtime.Remoting.Channels
Imports System.Runtime.Remoting.Channels.Tcp
public module server
Public sub main()
Dim chan As TcpChannel = New TcpChannel(8088)
ChannelServices.
www.eeworm.com/read/103092/15746141
vb form1.vb
Imports System.Runtime.Remoting
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows Form 砞璸
www.eeworm.com/read/103092/15746156
vb directhost.vb
Imports System
Imports System.IO
Imports System.Runtime.Remoting
Imports System.Runtime.Remoting.Channels
Imports System.Runtime.Remoting.Channels.Http
Imports Microsoft.VisualBasic
Public Cl