| CookieSourcePort Property  | 
Version 99.2.120 
            Cookie source port. Valid values are {-1, [1, 65535]}, -1 indicates an unspecified port.
            An unspecified port value allows protocol clients to emulate legacy cookie scope for the port.
            This is a temporary ability and it will be removed in the future.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
 Syntax
Syntaxpublic int SourcePort { get; set; }public:
property int SourcePort {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32 See Also
See Also