3 writes to port
System.Web (3)
Security\ADMembershipProvider.cs (3)
3543port = Int32.Parse(tempStr.Substring(index + 1), NumberFormatInfo.InvariantInfo); 3574port = SSL_PORT; 3617port = SSL_PORT;
6 references to port
System.Web (6)
Security\ADMembershipProvider.cs (6)
3693if ((directoryType == DirectoryType.AD) && ((port == GC_PORT) || (port == GC_SSL_PORT))) 3758LdapConnection tempConnection = new LdapConnection(new LdapDirectoryIdentifier(serverName + ":" + port), GetCredentialsWithDomain(credentials), ldapAuthType); 3855get { return port; } 3969newConnection = new LdapConnection(new LdapDirectoryIdentifier(serverName + ":" + port)); 3994path = path + ":" + port;