コード例 #1
0
 void IModule.OnPrepareHandshake(IPrepareHandshakeContext context)
 {
     // Advertise support for the extension protocol
     context.ReservedBytes[5] |= 0x10;
 }
コード例 #2
0
 public void OnPrepareHandshake(IPrepareHandshakeContext context)
 {
     // Do nothing
 }