1 write to protocolType
System (1)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (1)
59this.protocolType = protocolType;
1 reference to protocolType
System (1)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (1)
28if (methods.addressFamily == addressFamily && methods.socketType == socketType && methods.protocolType == protocolType)