FMIceLinkStreamSocketCreateArgs Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkStreamSocketCreateArgs.h FMIceLinkStreamSocketCreateArgs.m  | 
– initWithServer:ipv6:secure:
	
Initializes a new instance of the FMIceLinkStreamSocketCreateArgs class.
			- (instancetype)initWithServer:(bool)server ipv6:(bool)ipv6 secure:(bool)secureParameters
server | 
						Whether the socket should accept incoming connections.  | 
					
|---|---|
ipv6 | 
						Whether the socket should support IPv6.  | 
					
secure | 
						Whether the socket should be secured.  | 
					
Discussion
Initializes a new instance of the FMIceLinkStreamSocketCreateArgs class.
			Declared In
FMIceLinkStreamSocketCreateArgs.h
– ipv6
	
Gets a value indicating whether the socket should support IPv6.
			- (bool)ipv6Discussion
Gets a value indicating whether the socket should support IPv6.
			Declared In
FMIceLinkStreamSocketCreateArgs.h
– secure
	
Gets a value indicating whether the socket should be secured.
			- (bool)secureDiscussion
Gets a value indicating whether the socket should be secured.
			Declared In
FMIceLinkStreamSocketCreateArgs.h
– server
	
Gets a value indicating whether the socket should accept incoming connections.
			- (bool)serverDiscussion
Gets a value indicating whether the socket should accept incoming connections.
			Declared In
FMIceLinkStreamSocketCreateArgs.h
+ streamSocketCreateArgsWithServer:ipv6:secure:
	
Initializes a new instance of the FMIceLinkStreamSocketCreateArgs class.
			+ (FMIceLinkStreamSocketCreateArgs *)streamSocketCreateArgsWithServer:(bool)server ipv6:(bool)ipv6 secure:(bool)secureParameters
server | 
						Whether the socket should accept incoming connections.  | 
					
|---|---|
ipv6 | 
						Whether the socket should support IPv6.  | 
					
secure | 
						Whether the socket should be secured.  | 
					
Discussion
Initializes a new instance of the FMIceLinkStreamSocketCreateArgs class.
			Declared In
FMIceLinkStreamSocketCreateArgs.h