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