WCF-Xtensions Class Reference for Mono
CopyFrom Method (TransportSecuritySettings)






Syntax
public void CopyFrom( 
   TransportSecuritySettings source
)
public procedure CopyFrom( 
    source: TransportSecuritySettings
); 
public function CopyFrom( 
   source : TransportSecuritySettings
);
public: void CopyFrom( 
   TransportSecuritySettings* source
) 
public:
void CopyFrom( 
   TransportSecuritySettings^ source
) 
'Declaration
 
Public Sub CopyFrom( _
   ByVal source As TransportSecuritySettings _
) 
 
'Usage
 
Dim instance As TransportSecuritySettings
Dim source As TransportSecuritySettings
 
instance.CopyFrom(source)

Parameters

source
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransportSecuritySettings Class
TransportSecuritySettings Members

Send Feedback