• Articles
  • Api Documentation

    Show / Hide Table of Contents
    • DataBaseAccess
      • DataBaseAccess
        • DataAccessService
        • IDataAccessService
        • QueryResult
      • DataBaseAccess.Extensions
        • DataReaderExtension
    • EmailLib
      • EmailLib
        • EmailService
        • SmtpServerConfig
    • WebApplication
      • WebApplication
        • _Default
        • About
        • Account
        • Account.ActiveNav
        • AppConfig
        • AppConfig.Json
        • AppConfig.SmtpServer
        • AppConfig.WebSite
        • AppConfig.Xml
        • BundleConfig
        • CambiarPassword
        • Confirmar
        • Contact
        • EmailSent
        • Global
        • Inicio
        • RedirectPage
        • Registro
        • RouteConfig
        • ScriptResource
        • Site_Mobile
        • SiteMaster
        • ViewSwitcher
        • WebAlertNotification
      • WebApplication.ComprobarMatriculaService
        • comprobarCompletedEventArgs
        • comprobarCompletedEventHandler
        • Matriculas
      • WebApplication.CustomControls
        • ConnectedUsers
        • WebNotification
      • WebApplication.Framework
        • AlertLevel
        • AppSecurity
        • ConnectedUsersTrack
        • NotificationData
        • ParametizedUrl
        • Query
        • Query.GenericTasks
        • UserRole
        • UserType
      • WebApplication.Framework.Extensions
        • AttributeCollectionExtension
        • DictionaryExtension
      • WebApplication.TimeMeanWebService
        • GetAllSubjectsMeansCompletedEventArgs
        • GetAllSubjectsMeansCompletedEventHandler
        • GetSubjectMeansCompletedEventArgs
        • GetSubjectMeansCompletedEventHandler
        • SubjectsMeansService
      • WebApplication.UserPages
        • Coordinador
        • ExportarTareas
        • ImportarTareasDataSet
        • ImportarTareasXmlDocument
        • InsertarTarea
        • InstanciarTarea
        • Student
        • StudentHome
        • StudentMenu
        • TareasAlumno
        • TareasProfesor
        • Teacher
        • TeacherHome
        • TeacherMenu
      • WebApplication.Utils
        • JsonFile
        • UrlUtils

    Class Matriculas

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Web.Services.Protocols.WebClientProtocol
    System.Web.Services.Protocols.HttpWebClientProtocol
    System.Web.Services.Protocols.SoapHttpClientProtocol
    Matriculas
    Implements
    System.ComponentModel.IComponent
    System.IDisposable
    Inherited Members
    System.Web.Services.Protocols.SoapHttpClientProtocol.Discover()
    System.Web.Services.Protocols.SoapHttpClientProtocol.GetWebRequest(System.Uri)
    System.Web.Services.Protocols.SoapHttpClientProtocol.GetWriterForMessage(System.Web.Services.Protocols.SoapClientMessage, System.Int32)
    System.Web.Services.Protocols.SoapHttpClientProtocol.GetReaderForMessage(System.Web.Services.Protocols.SoapClientMessage, System.Int32)
    System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(System.String, System.Object[])
    System.Web.Services.Protocols.SoapHttpClientProtocol.BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)
    System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(System.IAsyncResult)
    System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsync(System.String, System.Object[], System.Threading.SendOrPostCallback)
    System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsync(System.String, System.Object[], System.Threading.SendOrPostCallback, System.Object)
    System.Web.Services.Protocols.SoapHttpClientProtocol.SoapVersion
    System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(System.Net.WebRequest)
    System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(System.Net.WebRequest, System.IAsyncResult)
    System.Web.Services.Protocols.HttpWebClientProtocol.GenerateXmlMappings(System.Type, System.Collections.ArrayList)
    System.Web.Services.Protocols.HttpWebClientProtocol.GenerateXmlMappings(System.Type[], System.Collections.ArrayList)
    System.Web.Services.Protocols.HttpWebClientProtocol.AllowAutoRedirect
    System.Web.Services.Protocols.HttpWebClientProtocol.CookieContainer
    System.Web.Services.Protocols.HttpWebClientProtocol.ClientCertificates
    System.Web.Services.Protocols.HttpWebClientProtocol.EnableDecompression
    System.Web.Services.Protocols.HttpWebClientProtocol.UserAgent
    System.Web.Services.Protocols.HttpWebClientProtocol.Proxy
    System.Web.Services.Protocols.HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing
    System.Web.Services.Protocols.WebClientProtocol.Abort()
    System.Web.Services.Protocols.WebClientProtocol.GetFromCache(System.Type)
    System.Web.Services.Protocols.WebClientProtocol.AddToCache(System.Type, System.Object)
    System.Web.Services.Protocols.WebClientProtocol.Credentials
    System.Web.Services.Protocols.WebClientProtocol.ConnectionGroupName
    System.Web.Services.Protocols.WebClientProtocol.PreAuthenticate
    System.Web.Services.Protocols.WebClientProtocol.RequestEncoding
    System.Web.Services.Protocols.WebClientProtocol.Timeout
    System.ComponentModel.Component.Dispose()
    System.ComponentModel.Component.Dispose(System.Boolean)
    System.ComponentModel.Component.GetService(System.Type)
    System.ComponentModel.Component.ToString()
    System.ComponentModel.Component.CanRaiseEvents
    System.ComponentModel.Component.Events
    System.ComponentModel.Component.Site
    System.ComponentModel.Component.Container
    System.ComponentModel.Component.DesignMode
    System.ComponentModel.Component.Disposed
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: WebApplication.ComprobarMatriculaService
    Assembly: WebApplication.dll
    Syntax
    [WebServiceBinding(Name = "MatriculasBinding", Namespace = "http://ehusw.es/jav/ServiciosWeb/comprobarmatricula.php?wsdl")]
    public class Matriculas : SoapHttpClientProtocol, IComponent, IDisposable

    Constructors

    | Improve this Doc View Source

    Matriculas()

    Declaration
    public Matriculas()

    Properties

    | Improve this Doc View Source

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UseDefaultCredentials

    Declaration
    public bool UseDefaultCredentials { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    CancelAsync(Object)

    Declaration
    public void CancelAsync(object userState)
    Parameters
    Type Name Description
    System.Object userState
    | Improve this Doc View Source

    comprobar(String)

    Declaration
    [SoapRpcMethod("http://ehusw.es/jav/ServiciosWeb/comprobarmatricula.php/comprobar", RequestNamespace = "http://ehusw.es/jav/ServiciosWeb/comprobarmatricula.php?wsdl", ResponseNamespace = "http://ehusw.es/jav/ServiciosWeb/comprobarmatricula.php?wsdl")]
    public string comprobar(string x)
    Parameters
    Type Name Description
    System.String x
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    comprobarAsync(String)

    Declaration
    public void comprobarAsync(string x)
    Parameters
    Type Name Description
    System.String x
    | Improve this Doc View Source

    comprobarAsync(String, Object)

    Declaration
    public void comprobarAsync(string x, object userState)
    Parameters
    Type Name Description
    System.String x
    System.Object userState

    Events

    | Improve this Doc View Source

    comprobarCompleted

    Declaration
    public event comprobarCompletedEventHandler comprobarCompleted
    Event Type
    Type Description
    comprobarCompletedEventHandler

    Implements

    System.ComponentModel.IComponent
    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Ferran Tudela