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