代码搜索:VB 有哪些应用?
找到约 10,000 项符合「VB 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/199484/5077071
vb webserviceauthenticationeventhandler.vb
Imports System
Namespace Microsoft.WebServices.Security
Public Delegate Sub WebServiceAuthenticationEventHandler(ByVal sender As Object, ByVal e As WebServiceAuthenticationEvent)
End Name
www.eeworm.com/read/199484/5077073
vb webserviceauthenticationevent.vb
Imports System
Imports System.Web
Imports System.Security.Principal
Namespace Microsoft.WebServices.Security
Public Class WebServiceAuthenticationEvent
Inherits EventArgs
www.eeworm.com/read/199484/5077088
vb trace.vb
Imports System
Imports System.IO
Imports System.Web.Services.Protocols
_
Public Class TraceExtensionAttribute
Inherits SoapExtensionAttribute
www.eeworm.com/read/199484/5077089
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to
www.eeworm.com/read/199484/5077091
vb trace.vb
Imports System
Imports System.IO
Imports System.Web.Services.Protocols
_
Public Class TraceExtensionAttribute
Inherits SoapExtensionAttribute
www.eeworm.com/read/199484/5077099
vb encryptionextension.vb
' Encryption sample
' rhoward 4/22/01
'
' This sample encrypts data from an ASP.NET Web Service
' by only encrypting the values with the actual response
' of a method call (rather than all the
www.eeworm.com/read/199484/5077100
vb encryptionextensionattribute.vb
Imports System
Imports System.IO
Imports System.Xml
Imports System.Text
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.Security.Cryptography
www.eeworm.com/read/199484/5077103
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.CompilerServices
'
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute value
www.eeworm.com/read/199484/5077105
vb encryptionextension.vb
' Encryption sample
' rhoward 4/22/01
'
' This sample encrypts data from an ASP.NET Web Service
' by only encrypting the values with the actual response
' of a method call (rather than all the
www.eeworm.com/read/199484/5077106
vb encryptionextensionattribute.vb
Imports System
Imports System.IO
Imports System.Xml
Imports System.Text
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.Security.Cryptography